Portability | non-portable (GHC-only) |
---|---|
Stability | experimental |
Maintainer | audreyt@audreyt.org |
Safe Haskell | None |
This module imports and re-exports external modules used by OpenAFP, as well as OpenAFP's own internal modules.
Documentation
type StateIO v a = (MonadPlus m, MonadIO m, MonadReader v m, MonadError e m, Show e, Typeable e) => m aSource
type BS = ByteStringSource
type HashTable k v = CuckooHashTable k vSource
hashCreate :: IO (HashTable k v)Source
stateGet :: MonadState s m => m sSource
statePut :: MonadState s m => s -> m ()Source