3 lines
70 B
OCaml
3 lines
70 B
OCaml
|
|
case v of NONE => "unbound value"
|
||
|
|
| SOME _ => "bounded value"
|