Expose option module to the rest of the program
[tiger.ml.git] / compiler / src / lib / tiger / tiger_opt.mli
CommitLineData
d1fe69d3
SK
1type 'a t = 'a option
2
3val map : 'a t -> ('a -> 'b) -> 'b t
4
5val get : 'a t -> default:'a -> 'a
This page took 0.016563 seconds and 4 git commands to generate.