"quo" is no more considered as an infix.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5697 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
8c75727887
commit
d21f089822
|
@ -79,7 +79,7 @@ value is_infix =
|
|||
["=="; "!="; "+"; "+."; "-"; "-."; "*"; "*."; "/"; "/."; "**"; "**.";
|
||||
"="; "=."; "<>"; "<>."; "<"; "<."; ">"; ">."; "<="; "<=."; ">="; ">=.";
|
||||
"^"; "@"; "asr"; "land"; "lor"; "lsl"; "lsr"; "lxor"; "mod"; "or";
|
||||
"quo"; "&&"; "||"; "~-"; "~-."];
|
||||
"&&"; "||"; "~-"; "~-."];
|
||||
fun s -> try Hashtbl.find infixes s with [ Not_found -> False ]
|
||||
}
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue