8.16.0.4
3.6 Maybe
(require cur/stdlib/maybe) | package: cur-lib |
This library defines the datatype Maybe and several forms for using them.
1 parameter type
Maybe : (-> (A : Type) Type)
constructor
constructor
The maybe datatype.
A syntactic form for some that attempts to infer the type of the expression a to reduce annotation burden.
Examples: