Module Dream_httpaf_.Optional_thunkSource

Sourcetype t
Sourceval none : t
Sourceval some : (unit -> unit) -> t
Sourceval is_none : t -> bool
Sourceval is_some : t -> bool
Sourceval call_if_some : t -> unit
Sourceval unchecked_value : t -> unit -> unit