Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data family Maybe (x :: TYPE (r :: RuntimeRep)) Source #
Instances
data Maybe (a :: Type) Source # | |
Defined in Data.Unboxed.Maybe | |
data Maybe (x :: TYPE UnliftedRep) Source # | |
Defined in Data.Unboxed.Maybe |
type TypeUnlifted = TYPE UnliftedRep Source #
pattern JustU :: forall (x :: TypeUnlifted). x -> Maybe x Source #