protocol-buffers-0.0.5: Text/DescriptorProtos/FieldOptions/CType.hs
module Text.DescriptorProtos.FieldOptions.CType (CType(..)) where import Text.ProtocolBuffers.Header data CType = CORD | STRING_PIECE deriving (Show,Eq,Ord,Typeable) $( makeMergeableEnum ''CType )