module Data.TrieMap.Representation.Instances.Foreign () where
import Foreign.C.Types
import Data.TrieMap.Representation.Instances.Prim ()
import Data.TrieMap.Representation.Instances.Basic ()
import Data.TrieMap.Representation.TH
genRepr ''CChar
genRepr ''CSChar
genRepr ''CUChar
genRepr ''CShort
genRepr ''CUShort
genRepr ''CInt
genRepr ''CUInt
genRepr ''CLong
genRepr ''CULong
genRepr ''CPtrdiff
genRepr ''CSize
genRepr ''CWchar
genRepr ''CSigAtomic
genRepr ''CLLong
genRepr ''CULLong
genRepr ''CClock
genRepr ''CTime
genRepr ''CFloat
genRepr ''CDouble