2 lines
70 B
Standard ML
2 lines
70 B
Standard ML
case v of NONE => "unbound value"
|
|
| SOME _ => "bounded value"
|
case v of NONE => "unbound value"
|
|
| SOME _ => "bounded value"
|