Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Resource.Source
Documentation
Constructors
Bytes (Maybe Text) ByteString | |
BytesZstd (Maybe Text) (Compressed ByteString) | |
File (Maybe Text) FilePath |
Instances
load :: forall a m env. (MonadIO m, MonadReader env m, HasLogFunc env, Typeable a, HasCallStack) => (ByteString -> m a) -> Source -> m a Source #