Type guard that checks if an Option is None.
Option
None
The Option to check
true if the Option is None, false if it is Some<A>
true
false
Some<A>
Type guard that checks if an
Option
isNone
.