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