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

Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. mapQuantityMod :: LensModality a => LensMap a Quantity

    Agda Agda.Syntax.Common

    No documentation available.

  2. mapRelevance :: LensRelevance a => (Relevance -> Relevance) -> a -> a

    Agda Agda.Syntax.Common

    No documentation available.

  3. mapRelevanceMod :: LensModality a => LensMap a Relevance

    Agda Agda.Syntax.Common

    No documentation available.

  4. mapUsing :: ([ImportedName' n1 m1] -> [ImportedName' n2 m2]) -> Using' n1 m1 -> Using' n2 m2

    Agda Agda.Syntax.Common

    No documentation available.

  5. mapExpr :: ExprLike a => (Expr -> Expr) -> a -> a

    Agda Agda.Syntax.Concrete.Generic

    This corresponds to map.

  6. mapInScope :: LensInScope a => (NameInScope -> NameInScope) -> a -> a

    Agda Agda.Syntax.Concrete.Name

    No documentation available.

  7. mapCPattern :: CPatternLike p => (Pattern -> Pattern) -> p -> p

    Agda Agda.Syntax.Concrete.Pattern

    Map pattern(s) with a modification after the recursive descent.

  8. mapLhsOriginalPattern :: (Pattern -> Pattern) -> LHS -> LHS

    Agda Agda.Syntax.Concrete.Pattern

    Modify the Pattern component in LHS.

  9. mapLhsOriginalPatternM :: (Functor m, Applicative m) => (Pattern -> m Pattern) -> LHS -> m LHS

    Agda Agda.Syntax.Concrete.Pattern

    Effectfully modify the Pattern component in LHS.

  10. mapAbsNames :: (ArgName -> ArgName) -> Tele a -> Tele a

    Agda Agda.Syntax.Internal

    No documentation available.

Page 310 of many | Previous | Next

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