Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
Instances
Eq TsRow Source # | |
Data TsRow Source # | |
Defined in Network.Riak.Protocol.TsRow gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TsRow -> c TsRow # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TsRow # dataTypeOf :: TsRow -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TsRow) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TsRow) # gmapT :: (forall b. Data b => b -> b) -> TsRow -> TsRow # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TsRow -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TsRow -> r # gmapQ :: (forall d. Data d => d -> u) -> TsRow -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> TsRow -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> TsRow -> m TsRow # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TsRow -> m TsRow # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TsRow -> m TsRow # | |
Ord TsRow Source # | |
Show TsRow Source # | |
Generic TsRow Source # | |
GPB TsRow Source # | |
Defined in Network.Riak.Protocol.TsRow | |
Wire TsRow Source # | |
TextMsg TsRow Source # | |
TextType TsRow Source # | |
ReflectDescriptor TsRow Source # | |
Defined in Network.Riak.Protocol.TsRow | |
Mergeable TsRow Source # | |
Defined in Network.Riak.Protocol.TsRow mergeAppend :: TsRow -> TsRow -> TsRow # mergeConcat :: Foldable t => t TsRow -> TsRow # | |
Default TsRow Source # | |
Defined in Network.Riak.Protocol.TsRow defaultValue :: TsRow # | |
MessageAPI msg' (msg' -> TsRow) TsRow Source # | |
type Rep TsRow Source # | |
Defined in Network.Riak.Protocol.TsRow |