Sourceval toOption : 'a t -> 'a option Sourceval to_opt : 'a t -> 'a option Sourceval isNullable : 'a t -> bool Sourceval bind : 'b t -> ('b -> 'b) -> 'b t Sourceval iter : 'a t -> ('a -> unit) -> unit Sourceval fromOption : 'a option -> 'a t Sourceval from_opt : 'a option -> 'a t