Rhythm.Optionval getExn : 'value t -> 'valueval getWithDefault : 'value -> 'value t -> 'valueval isNone : 'value t -> boolval isSome : 'value t -> boolval makeNone : _ -> 'value tval makeSome : 'value -> 'value tval mapExn : ('a -> 'b) -> 'a t -> 'bval mapWithDefault : 'b -> ('a -> 'b) -> 'a t -> 'bmodule Infix : sig ... end