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

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. Proc :: l -> Pat l -> Exp l -> Exp l

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

    arrows proc: proc pat -> exp

  2. data Promoted l

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

    Bools here are True if there was a leading quote which may be left out. For example '[k1,k2] means the same thing as [k1,k2].

  3. PromotedCon :: l -> Bool -> QName l -> Promoted l

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

    No documentation available.

  4. PromotedInteger :: l -> Integer -> String -> Promoted l

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

    parsed value and raw string

  5. PromotedList :: l -> Bool -> [Type l] -> Promoted l

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

    No documentation available.

  6. PromotedName :: l -> QName l -> MaybePromotedName l

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

    No documentation available.

  7. PromotedString :: l -> String -> String -> Promoted l

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

    parsed value and raw string

  8. PromotedTuple :: l -> [Type l] -> Promoted l

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

    No documentation available.

  9. PromotedUnit :: l -> Promoted l

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

    No documentation available.

  10. class (Num e, Element e) => Product e

    hmatrix Numeric.LinearAlgebra

    Matrix product and related functions

Page 263 of many | Previous | Next

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