nothing package:sbv

Match nothing, universal rejector.
>>> prove $ \(s :: SString) -> sNot (s `match` nothing)
Q.E.D.
Check if the symbolic value is nothing.
>>> isNothing (sNothing :: SMaybe Integer)
True

>>> isNothing (sJust (literal "nope"))
False
The symbolic Nothing.
>>> sNothing :: SMaybe Integer
Nothing :: SMaybe Integer