662ca4a12c9ce04ae53d775f1f7cda5a5b589af0
[tiger.ml.git] / compiler / src / lib / tiger / tiger_opt.mli
1 type 'a t = 'a option
2
3 val map : 'a t -> ('a -> 'b) -> 'b t
4
5 val iter : 'a t -> f:('a -> unit) -> unit
6
7 val get : 'a t -> default:'a -> 'a
This page took 0.046529 seconds and 4 git commands to generate.