| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Network.Riak.Protocol.DtFetchResponse.DataType
Documentation
Instances
| Bounded DataType # | |
| Enum DataType # | |
| Eq DataType # | |
| Data DataType # | |
Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DataType -> c DataType # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DataType # toConstr :: DataType -> Constr # dataTypeOf :: DataType -> DataType # dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DataType) # dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DataType) # gmapT :: (forall b. Data b => b -> b) -> DataType -> DataType # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DataType -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DataType -> r # gmapQ :: (forall d. Data d => d -> u) -> DataType -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> DataType -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> DataType -> m DataType # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DataType -> m DataType # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DataType -> m DataType # | |
| Ord DataType # | |
| Read DataType # | |
| Show DataType # | |
| Generic DataType # | |
| GPB DataType # | |
| Wire DataType # | |
| TextType DataType # | |
| ReflectEnum DataType # | |
Methods reflectEnum :: EnumInfoApp DataType # reflectEnumInfo :: DataType -> EnumInfo # parentOfEnum :: DataType -> Maybe DescriptorInfo # | |
| Mergeable DataType # | |
Methods mergeAppend :: DataType -> DataType -> DataType # mergeConcat :: Foldable t => t DataType -> DataType # | |
| Default DataType # | |
Methods | |
| MessageAPI msg' (msg' -> DataType) DataType # | |
| type Rep DataType # | |
type Rep DataType = D1 * (MetaData "DataType" "Network.Riak.Protocol.DtFetchResponse.DataType" "riak-protobuf-0.23.0.0-KKajqIl1TjxFTvJRG209JK" False) ((:+:) * (C1 * (MetaCons "COUNTER" PrefixI False) (U1 *)) ((:+:) * (C1 * (MetaCons "SET" PrefixI False) (U1 *)) (C1 * (MetaCons "MAP" PrefixI False) (U1 *)))) | |