packages feed

derive-storable-plugin-0.2.0.0: test/ids/Concrete/Instances.hs

{-# OPTIONS_GHC -fplugin Foreign.Storable.Generic.Plugin #-}
{-# OPTIONS_GHC -fplugin-opt=Foreign.Storable.Generic.Plugin:-crash #-} 
module Instances where

import Types
import Foreign.Storable.Generic

instance GStorable Flat
instance GStorable Nested
instance GStorable Nested2