|
|
|
|
|
by c-cube
2051 days ago
|
|
The option type also prevents you from accessing the value if it's absent. Something a C union cannot do. Is there any example of options in an imperative language that would predate ML (which AFAIK introduced Some/None as the variants of option)? |
|