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. data Poly u

    haha Graphics.Ascii.Haha.Geometry

    No documentation available.

  2. Poly :: [Point u] -> Poly u

    haha Graphics.Ascii.Haha.Geometry

    No documentation available.

  3. module Graphics.Ascii.Haha.Plot

    No documentation available.

  4. data Pixel

    haha Graphics.Ascii.Haha.Plot

    No documentation available.

  5. Pixel :: Char -> String -> Pixel

    haha Graphics.Ascii.Haha.Plot

    No documentation available.

  6. module Language.Haskell.ParseMonad

    Monads for the Haskell parser and lexer.

  7. ParseFailed :: SrcLoc -> String -> ParseResult a

    haskell-src Language.Haskell.ParseMonad

    The parse failed at the specified source location, with an error message.

  8. data ParseMode

    haskell-src Language.Haskell.ParseMonad

    Static parameters governing a parse. More to come later, e.g. literate mode, language extensions.

  9. ParseMode :: String -> ParseMode

    haskell-src Language.Haskell.ParseMonad

    No documentation available.

  10. ParseOk :: a -> ParseResult a

    haskell-src Language.Haskell.ParseMonad

    The parse succeeded, yielding a value.

Page 919 of many | Previous | Next