4 lines
67 B
OCaml
4 lines
67 B
OCaml
|
|
match v with
|
||
|
|
| None -> "unbound value"
|
||
|
|
| Some _ -> "bounded value"
|