Agda.Utils.Maybe.Unboxable
data Maybe# a Source #
Constructors
pattern Nothing# :: Maybe# a Source #
pattern Just# :: a -> Maybe# a Source #