Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. extractReaderOptions :: HasReaderOptions st => st -> ReaderOptions

    pandoc Text.Pandoc.Parsing

    No documentation available.

  2. ByteStringReader :: (ReaderOptions -> ByteString -> m Pandoc) -> Reader (m :: Type -> Type)

    pandoc Text.Pandoc.Readers

    No documentation available.

  3. TextReader :: (forall a . ToSources a => ReaderOptions -> a -> m Pandoc) -> Reader (m :: Type -> Type)

    pandoc Text.Pandoc.Readers

    No documentation available.

  4. getReader :: PandocMonad m => FlavoredFormat -> m (Reader m, Extensions)

    pandoc Text.Pandoc.Readers

    Retrieve reader, extensions based on format spec (format+extensions).

  5. customReader :: CustomComponents (m :: Type -> Type) -> Maybe (Reader m)

    pandoc Text.Pandoc.Scripting

    No documentation available.

  6. safeRead :: (MonadPlus m, Read a) => Text -> m a

    pandoc Text.Pandoc.Shared

    No documentation available.

  7. safeStrRead :: (MonadPlus m, Read a) => String -> m a

    pandoc Text.Pandoc.Shared

    No documentation available.

  8. inputToReader :: forall i (r :: EffectRow) a . Member (Reader i) r => Sem ((Input i :: (Type -> Type) -> Type -> Type) ': r) a -> Sem r a

    polysemy Polysemy.Reader

    Transform an Input effect into a Reader effect.

  9. runReader :: forall i (r :: [(Type -> Type) -> Type -> Type]) a . i -> Sem (Reader i ': r) a -> Sem r a

    polysemy Polysemy.Reader

    Run a Reader effect with a constant value.

  10. PollingReading :: PollingStatus

    postgresql-libpq Database.PostgreSQL.LibPQ

    No documentation available.

Page 528 of many | Previous | Next