OpenAFP-1.0: src/OpenAFP/Records/T/OCH.hs
{-# OPTIONS -fglasgow-exts -funbox-strict-fields #-}
module OpenAFP.Records.T.OCH where
import OpenAFP.Types
import OpenAFP.Internals
data T_OCH = T_OCH {
t_och_Type :: !N1
,t_och :: !NStr
} deriving (Show, Typeable)