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