Module Bare_structs.UnitSource
include module type of struct include Stdlib.Unit end
val equal : t -> t -> boolval compare : t -> t -> intval to_string : t -> stringSourceval unit_e : (unit, 'a) Stdlib.result Sourceval unit_es : (unit, 'a) Stdlib.result Lwt.t Sourceval catch : ?catch_only:(exn -> bool) -> (t -> t) -> t Sourceval catch_f : ?catch_only:(exn -> bool) -> (t -> t) -> (exn -> t) -> t Sourceval catch_s : ?catch_only:(exn -> bool) -> (unit -> unit Lwt.t) -> unit Lwt.t