Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- type UnliftedType = TYPE UnliftedRep
Documentation
type UnliftedType = TYPE UnliftedRep #
The kind of boxed, unlifted values, for example Array#
or a user-defined
unlifted data type, using -XUnliftedDataTypes
.