• 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. mapVerbosity :: LensVerbosity a => (Verbosity -> Verbosity) -> a -> a

    Agda Agda.Interaction.Options.Lenses

    No documentation available.

  2. mapAPattern :: APatternLike p => (Pattern' (ADotT p) -> Pattern' (ADotT p)) -> p -> p

    Agda Agda.Syntax.Abstract.Pattern

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

  3. mapLHSHead :: (QName -> [NamedArg Pattern] -> LHSCore) -> LHSCore -> LHSCore

    Agda Agda.Syntax.Abstract.Pattern

    No documentation available.

  4. mapNamedArgPattern :: MapNamedArgPattern a => (NAP -> NAP) -> a -> a

    Agda Agda.Syntax.Abstract.Pattern

    No documentation available.

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

    Agda Agda.Syntax.Abstract.Views

    No documentation available.

  6. mapAnnotation :: LensAnnotation a => (Annotation -> Annotation) -> a -> a

    Agda Agda.Syntax.Common

    No documentation available.

  7. mapArgInfo :: LensArgInfo a => (ArgInfo -> ArgInfo) -> a -> a

    Agda Agda.Syntax.Common

    No documentation available.

  8. mapCohesion :: LensCohesion a => (Cohesion -> Cohesion) -> a -> a

    Agda Agda.Syntax.Common

    No documentation available.

  9. mapCohesionMod :: LensModality a => LensMap a Cohesion

    Agda Agda.Syntax.Common

    No documentation available.

  10. mapFreeVariables :: LensFreeVariables a => (FreeVariables -> FreeVariables) -> a -> a

    Agda Agda.Syntax.Common

    No documentation available.

Page 268 of many | Previous | Next

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