• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.12 (ghc-9.10.3)

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

  1. class HasLastStrPosition st

    pandoc Text.Pandoc.Parsing

    No documentation available.

  2. getLastStrPos :: HasLastStrPosition st => st -> Maybe SourcePos

    pandoc Text.Pandoc.Parsing

    No documentation available.

  3. setLastStrPos :: HasLastStrPosition st => Maybe SourcePos -> st -> st

    pandoc Text.Pandoc.Parsing

    No documentation available.

  4. stateLastStrPos :: ParserState -> Maybe SourcePos

    pandoc Text.Pandoc.Parsing

    Position after last str parsed

  5. updateLastStrPos :: forall s (m :: Type -> Type) a st . (Stream s m a, HasLastStrPosition st) => ParsecT s st m ()

    pandoc Text.Pandoc.Parsing

    Update the position on which the last string ended.

  6. stripFirstAndLast :: Text -> Text

    pandoc Text.Pandoc.Shared

    Strip leading and trailing characters from string

  7. xK_ISO_Last_Group :: KeySym

    X11 Graphics.X11.ExtraTypes.XorgDefault

    No documentation available.

  8. xK_ISO_Last_Group_Lock :: KeySym

    X11 Graphics.X11.ExtraTypes.XorgDefault

    No documentation available.

  9. xK_Last_Virtual_Screen :: KeySym

    X11 Graphics.X11.ExtraTypes.XorgDefault

    No documentation available.

  10. capNotLast :: CapStyle

    X11 Graphics.X11.Types

    No documentation available.

Page 81 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete