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. identical :: Eq a => T a -> T a -> Bool

    numeric-prelude MathObj.LaurentPolynomial

    No documentation available.

  2. identity :: Ix i => (i, i) -> T i

    numeric-prelude MathObj.Permutation.Table

    No documentation available.

  3. idL :: (HasBasis u, HasTrie (Basis u)) => u :-* u

    vector-space Data.LinearMap

    Identity linear map

  4. idD :: (VectorSpace u, HasBasis u, HasTrie (Basis u)) => u :~> u

    vector-space Data.Maclaurin

    Differentiable identity function. Sometimes called "the derivation variable" or similar, but it's not really a variable.

  5. identChar :: Parser Char

    flatparse FlatParse.Examples.BasicLambda.Lexer

    Read a non-starting character of an identifier.

  6. identStartChar :: Parser Char

    flatparse FlatParse.Examples.BasicLambda.Lexer

    Read a starting character of an identifier.

  7. ident :: Parser Name

    flatparse FlatParse.Examples.BasicLambda.Parser

    Parse an identifier. This parser uses isKeyword to check that an identifier is not a keyword.

  8. ident' :: Parser Name

    flatparse FlatParse.Examples.BasicLambda.Parser

    Parse an identifier, throw a precise error on failure.

  9. ident_RDR :: RdrName

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  10. idFVs :: Id -> FV

    ghc-lib-parser GHC.Core.FVs

    No documentation available.

Page 285 of many | Previous | Next