Remove lxor, land, and lor from reserved words

This commit is contained in:
John David Pressman 2019-10-28 09:18:16 -07:00
parent cae0dfb1aa
commit c7e4f3f651

View File

@ -280,12 +280,9 @@ let reserved =
|> add "functor"
|> add "inherit"
|> add "initializer"
|> add "land"
|> add "lazy"
|> add "lor"
|> add "lsl"
|> add "lsr"
|> add "lxor"
|> add "method"
|> add "module"
|> add "mutable"