"quo" is no more considered as an infix.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5697 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Michel Mauny 2003-07-15 17:23:47 +00:00
parent 8c75727887
commit d21f089822
1 changed files with 1 additions and 1 deletions

View File

@ -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 ]
}
;