storable-generic-0.1.0.5: src/Foreign/Storable/Generic.hs
{-# LANGUAGE TemplateHaskell #-}
{-# OPTIONS_GHC -Wall -fno-warn-tabs -fno-warn-orphans #-}
module Foreign.Storable.Generic (
-- * STORABLE CLASS FOR GENERIC
G(..),
-- * WRAPPER
W(..)
) where
import Foreign.Storable.Generic.TH
import Foreign.Storable.Generic.Internal
instanceTuples `mapM` [2 .. 15]