Const
Discriminant for the Just and Nothing type instances.
Just
Nothing
You can use the discriminant via the variant property of Maybe instances if you need to match explicitly on it.
variant
Maybe
Discriminant for the
Just
andNothing
type instances.You can use the discriminant via the
variant
property ofMaybe
instances if you need to match explicitly on it.