module Mode: sig end
sig end
type t =
|
Mixfix
Prefix
Sexpr
val to_string : t -> string
t -> string
t
val of_string : string -> t
string -> t
string