Safe Haskell | None |
---|---|
Language | Haskell98 |
Text.DescriptorProtos.FieldDescriptorProto.Type
Documentation
Constructors
Instances
Bounded Type Source # | |
Enum Type Source # | |
Eq Type Source # | |
Data Type Source # | |
Defined in Text.DescriptorProtos.FieldDescriptorProto.Type Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Type -> c Type # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Type # dataTypeOf :: Type -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Type) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Type) # gmapT :: (forall b. Data b => b -> b) -> Type -> Type # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Type -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Type -> r # gmapQ :: (forall d. Data d => d -> u) -> Type -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> Type -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> Type -> m Type # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Type -> m Type # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Type -> m Type # | |
Ord Type Source # | |
Read Type Source # | |
Show Type Source # | |
Generic Type Source # | |
GPB Type Source # | |
Wire Type Source # | |
TextType Type Source # | |
ReflectEnum Type Source # | |
Defined in Text.DescriptorProtos.FieldDescriptorProto.Type Methods reflectEnum :: EnumInfoApp Type # reflectEnumInfo :: Type -> EnumInfo # parentOfEnum :: Type -> Maybe DescriptorInfo # | |
Mergeable Type Source # | |
Default Type Source # | |
Defined in Text.DescriptorProtos.FieldDescriptorProto.Type Methods defaultValue :: Type # | |
MessageAPI msg' (msg' -> Type) Type Source # | |
type Rep Type Source # | |
Defined in Text.DescriptorProtos.FieldDescriptorProto.Type type Rep Type = D1 (MetaData "Type" "Text.DescriptorProtos.FieldDescriptorProto.Type" "protocol-buffers-descriptor-2.4.13-fpJmCJ6E4Q3IvWaOA3Q8d" False) ((((C1 (MetaCons "TYPE_DOUBLE" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TYPE_FLOAT" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "TYPE_INT64" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TYPE_UINT64" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "TYPE_INT32" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TYPE_FIXED64" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "TYPE_FIXED32" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "TYPE_BOOL" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TYPE_STRING" PrefixI False) (U1 :: Type -> Type))))) :+: (((C1 (MetaCons "TYPE_GROUP" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TYPE_MESSAGE" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "TYPE_BYTES" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TYPE_UINT32" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "TYPE_ENUM" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TYPE_SFIXED32" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "TYPE_SFIXED64" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "TYPE_SINT32" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TYPE_SINT64" PrefixI False) (U1 :: Type -> Type)))))) |