nothing package:explainable-predicates

A Predicate that accepts Maybe values of Nothing. Unlike eq, this doesn't require Eq or Show instances.
>>> accept nothing Nothing
True
>>> accept nothing (Just "something")
False