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

Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. changeLast :: [a] -> a -> [a]

    deriving-compat Data.Deriving.Via.Internal

    Replace the last element of a list with another element.

  2. class HasLastStrPosition st

    pandoc Text.Pandoc.Parsing

    No documentation available.

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

    pandoc Text.Pandoc.Parsing

    No documentation available.

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

    pandoc Text.Pandoc.Parsing

    No documentation available.

  5. stateLastStrPos :: ParserState -> Maybe SourcePos

    pandoc Text.Pandoc.Parsing

    Position after last str parsed

  6. 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.

  7. stripFirstAndLast :: Text -> Text

    pandoc Text.Pandoc.Shared

    Strip leading and trailing characters from string

  8. xK_ISO_Last_Group :: KeySym

    X11 Graphics.X11.ExtraTypes.XorgDefault

    No documentation available.

  9. xK_ISO_Last_Group_Lock :: KeySym

    X11 Graphics.X11.ExtraTypes.XorgDefault

    No documentation available.

  10. xK_Last_Virtual_Screen :: KeySym

    X11 Graphics.X11.ExtraTypes.XorgDefault

    No documentation available.

Page 81 of many | Previous | Next

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