Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Combinators that can be used for aggregating independent queries. See my article about aggregating mget queries for more information.
Documentation
Abstract representation for aggregation.
type (⟿) a b = T ByteString (Maybe ByteString) a b Source #
A query using input of type a
and yielding an output of type b