Without_infix.Localval of_float_nan_as_none : float @ local -> t @ localval to_float_none_as_nan : t @ local -> float @ localval is_none : t @ local -> boolmodule Infix : sig ... endExposes local_ versions of the infix operators. Comments of Infix apply here as well.
include module type of Infixmodule Optional_syntax : sig ... end