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

Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. IDupVarId :: String -> Token

    haskell-src-exts Language.Haskell.Exts.Lexer

    No documentation available.

  2. IdSplice :: l -> String -> Splice l

    haskell-src-exts Language.Haskell.Exts.Syntax

    variable splice: $var

  3. Ident :: l -> String -> Name l

    haskell-src-exts Language.Haskell.Exts.Syntax

    varid or conid.

  4. data IdentifierStyle (m :: Type -> Type)

    parsers Text.Parser.Token

    Used to describe an input style for constructors, values, operators, etc.

  5. IdentifierStyle :: String -> m Char -> m Char -> HashSet String -> Highlight -> Highlight -> IdentifierStyle (m :: Type -> Type)

    parsers Text.Parser.Token

    No documentation available.

  6. Identifier :: Highlight

    parsers Text.Parser.Token.Highlight

    No documentation available.

  7. newtype Identifier

    postgresql-simple Database.PostgreSQL.Simple.Types

    Wrap text for use as sql identifier, i.e. a table or column name.

  8. Identifier :: Text -> Identifier

    postgresql-simple Database.PostgreSQL.Simple.Types

    No documentation available.

  9. data Idea

    hlint Language.Haskell.HLint

    An idea suggest by a Hint.

  10. Idea :: [String] -> [String] -> Severity -> String -> SrcSpan -> String -> Maybe String -> [Note] -> [Refactoring SrcSpan] -> Idea

    hlint Language.Haskell.HLint

    No documentation available.

Page 184 of many | Previous | Next

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