Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. anyController :: C event => event -> Maybe (Channel, (Controller, Int))

    midi Sound.MIDI.Message.Class.Query

    No documentation available.

  2. anyLine :: forall (m :: Type -> Type) st . Monad m => ParsecT Sources st m Text

    pandoc Text.Pandoc.Parsing

    Parse any line of text, returning the contents without the final newline.

  3. anyLineNewline :: forall (m :: Type -> Type) st . Monad m => ParsecT Sources st m Text

    pandoc Text.Pandoc.Parsing

    Parse any line, include the final newline in the output

  4. anyOrderedListMarker :: forall s (m :: Type -> Type) . (Stream s m Char, UpdateSourcePos s Char) => ParsecT s ParserState m ListAttributes

    pandoc Text.Pandoc.Parsing

    Parses an ordered list marker and returns list attributes.

  5. anyToken :: forall s (m :: Type -> Type) t u . (Stream s m t, Show t) => ParsecT s u m t

    pandoc Text.Pandoc.Parsing

    The parser anyToken accepts any kind of token. It is for example used to implement eof. Returns the accepted token.

  6. anyChar :: forall (m :: Type -> Type) s u . (Monad m, Stream s m Char, UpdateSourcePos s Char) => ParsecT s u m Char

    pandoc Text.Pandoc.Sources

    No documentation available.

  7. anyModifier :: Modifier

    X11 Graphics.X11.Types

    No documentation available.

  8. anyButton :: Button

    X11 Graphics.X11.Xlib.Extras

    No documentation available.

  9. anyKey :: KeyCode

    X11 Graphics.X11.Xlib.Extras

    No documentation available.

  10. anyPropertyType :: Atom

    X11 Graphics.X11.Xlib.Extras

    No documentation available.

Page 55 of many | Previous | Next