| Copyright | (C) 2014 Yorick Laupa |
|---|---|
| License | (see the file LICENSE) |
| Maintainer | Yorick Laupa <yo.eight@gmail.com> |
| Stability | provisional |
| Portability | non-portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Data.Rakhana
Description
Documentation
type Dictionary = Map ByteString Object Source
data NurseryException Source
Constructors
Instances
type Playground m a = Client' NReq NResp m a Source
data XRefException Source
Constructors
| XRefParsingException String | |
| InvalidXRefStream | |
| UnsupportedFilter ByteString | |
| UnsupportedPredictor Integer | |
| ZLibException String String |
Instances
nth :: Int -> Traversal' (Vector a) a Source
nurseryGetInfo :: Monad m => Playground m Dictionary Source
nurseryGetHeader :: Monad m => Playground m Header Source
nurseryGetPages :: Monad m => Playground m Dictionary Source
nurseryLoadStreamData :: Monad m => Stream -> Playground m ByteString Source
nurseryGetReferences :: Monad m => Playground m [Reference] Source
nurseryResolve :: Monad m => Reference -> Playground m Object Source
withNursery :: MonadError NurseryException m => Client' NReq NResp m a -> Drive m a Source
driveBackward :: Monad m => Drive m () Source
driveBottom :: Monad m => Drive m () Source
driveDiscard :: Monad m => Int -> Drive m () Source
driveForward :: Monad m => Drive m () Source
driveGetLazy :: Monad m => Int -> Drive m ByteString Source
driveGetSeek :: Monad m => Drive m Integer Source