This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
10
unikernel/duniverse/httpun/lib/optional_thunk.mli
Normal file
10
unikernel/duniverse/httpun/lib/optional_thunk.mli
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
type t
|
||||
|
||||
val none : t
|
||||
val some : (unit -> unit) -> t
|
||||
|
||||
val is_none : t -> bool
|
||||
val is_some : t -> bool
|
||||
|
||||
val call_if_some : t -> unit
|
||||
val unchecked_value : t -> unit -> unit
|
||||
Loading…
Add table
Add a link
Reference in a new issue