| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Potoki.Core.Fetch
Documentation
firstCachingSecond :: IORef b -> Fetch (a, b) -> Fetch a Source #
bothFetchingFirst :: IORef b -> Fetch a -> Fetch (a, b) Source #
rightHandlingLeft :: (left -> IO ()) -> Fetch (Either left right) -> Fetch right Source #