unset_jrh_lexer : (preprocessor keyword)
# module OrdInt = struct type t = int let compare = (-) end;; Toplevel input: # module OrdInt = struct type t = int let compare = (-) end;; ^^^^^^ Parse error: 'type' or [ext_attributes] expected after 'module' (in [str_item]) # unset_jrh_lexer;; val it : bool = false # module OrdInt = struct type t = int let compare = (-) end;; module OrdInt : sig type t = int val compare : int -> int -> int end