Safe Haskell | None |
---|---|
Language | Haskell2010 |
TH.Derive.Storable
Contents
Description
Implementation of a Storable
deriver for data types. This works for
any non-recursive datatype which has Storable
fields.
Most users won't need to import this module directly. Instead, use
derive
/ Deriving
to create Storable
instances.
Synopsis
- makeStorableInst :: Cxt -> Type -> Q [Dec]
Documentation
makeStorableInst :: Cxt -> Type -> Q [Dec] Source #
Implementation used for runDeriver
.