home
/
code
/
tiger.ml.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Expose option module to the rest of the program
[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 get : 'a t -> default:'a -> 'a
This page took
0.071784 seconds
and
4
git commands to generate.