Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. idP :: Int -> Permutation

    Agda Agda.Utils.Permutation

    Identity permutation.

  2. identSection :: CF -> [String]

    BNFC BNFC.Backend.Latex

    No documentation available.

  3. identRule :: Doc

    BNFC BNFC.Backend.TreeSitter.CFtoTreeSitter

    Predefined builtin token rules

  4. identRule :: CF -> String

    BNFC BNFC.Backend.XML

    No documentation available.

  5. identCat :: Cat -> String

    BNFC BNFC.CF

    When given a list Cat, i.e. '[C]', it removes the square brackets, and adds the prefix List, i.e. ListC. (for Happy and Latex)

  6. identType :: Base -> String

    BNFC BNFC.CF

    No documentation available.

  7. idSelector :: ParsecT [Char] u Identity ([Char], [Char])

    HandsomeSoup Text.CSS.Parser

    id selector, selects #foo

  8. ident :: ParsecT [Char] u Identity String

    HandsomeSoup Text.CSS.Parser

    No documentation available.

  9. idMap :: Parameters -> Map Id Token

    ShellCheck ShellCheck.AnalyzerLib

    No documentation available.

  10. identity :: SF a a

    Yampa FRP.Yampa

    Identity: identity = arr id Using identity is preferred over lifting id, since the arrow combinators know how to optimise certain networks based on the transformations being applied.

Page 308 of many | Previous | Next