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. doubleCloseQuote :: forall s (m :: Type -> Type) st . (Stream s m Char, UpdateSourcePos s Char) => ParsecT s st m Inlines

    pandoc Text.Pandoc.Parsing

    Parses an ASCII quotation mark character and returns a RIGHT DOUBLE QUOTATION MARK.

  2. doubleQuoteEnd :: forall s (m :: Type -> Type) st . (Stream s m Char, UpdateSourcePos s Char) => ParsecT s st m ()

    pandoc Text.Pandoc.Parsing

    Parses a closing quote character.

  3. doubleQuoteStart :: forall st (m :: Type -> Type) s . (HasLastStrPosition st, HasQuoteContext st m, Stream s m Char, UpdateSourcePos s Char) => ParsecT s st m ()

    pandoc Text.Pandoc.Parsing

    Succeeds if the parser is

    • not within a double quoted text;
    • not directly after a word; and
    • looking at an opening double quote char that's not followed by a space.
    Gobbles the quote character on success.

  4. singleQuoteEnd :: forall s (m :: Type -> Type) st . (Stream s m Char, UpdateSourcePos s Char) => ParsecT s st m ()

    pandoc Text.Pandoc.Parsing

    No documentation available.

  5. singleQuoteStart :: forall st (m :: Type -> Type) s . (HasLastStrPosition st, HasQuoteContext st m, Stream s m Char, UpdateSourcePos s Char) => ParsecT s st m ()

    pandoc Text.Pandoc.Parsing

    Succeeds if the parser is

    • not within single quoted text;
    • not directly after a word; and
    • looking at an opening single quote char that's not followed by a space.
    Gobbles the quote character on success.

  6. stateQuoteContext :: ParserState -> QuoteContext

    pandoc Text.Pandoc.Parsing

    Inside quoted environment?

  7. sequenceConcurrently :: forall t (r :: EffectRow) a . (Traversable t, Member Async r) => t (Sem r a) -> Sem r (t (Maybe a))

    polysemy Polysemy.Async

    Perform a sequence of effectful actions concurrently.

  8. sendFlushRequest :: Connection -> IO Bool

    postgresql-libpq Database.PostgreSQL.LibPQ

    Sends a request for the server to flush its output buffer.

  9. newtype SomeAsyncExceptionWithEq

    sandwich Test.Sandwich.Internal

    No documentation available.

  10. SomeAsyncExceptionWithEq :: SomeAsyncException -> SomeAsyncExceptionWithEq

    sandwich Test.Sandwich.Internal

    No documentation available.

Page 337 of many | Previous | Next