Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

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

    parsers Text.Parser.Token

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

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

    parsers Text.Parser.Token

    No documentation available.

  3. Identifier :: Highlight

    parsers Text.Parser.Token.Highlight

    No documentation available.

  4. newtype Identifier

    postgresql-simple Database.PostgreSQL.Simple.Types

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

  5. Identifier :: Text -> Identifier

    postgresql-simple Database.PostgreSQL.Simple.Types

    No documentation available.

  6. data Idea

    hlint Language.Haskell.HLint

    An idea suggest by a Hint.

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

    hlint Language.Haskell.HLint

    No documentation available.

  8. newtype Identity a

    rio RIO.Prelude.Types

    Identity functor and monad. (a non-strict monad)

    Examples

    >>> fmap (+1) (Identity 0)
    Identity 1
    
    >>> Identity [1, 2, 3] <> Identity [4, 5, 6]
    Identity [1,2,3,4,5,6]
    
    >>> do
    x <- Identity 10
    y <- Identity (x + 5)
    pure (x + y)
    Identity 25
    

  9. Identity :: a -> Identity a

    rio RIO.Prelude.Types

    No documentation available.

  10. newtype Ident

    shakespeare Text.Shakespeare.Base

    No documentation available.

Page 184 of many | Previous | Next