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

Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. mapSafeMode :: LensSafeMode a => (SafeMode -> SafeMode) -> a -> a

    Agda Agda.Interaction.Options.Lenses

    No documentation available.

  2. mapVerbosity :: LensVerbosity a => (Verbosity -> Verbosity) -> a -> a

    Agda Agda.Interaction.Options.Lenses

    No documentation available.

  3. 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.

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

    Agda Agda.Syntax.Abstract.Pattern

    No documentation available.

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

    Agda Agda.Syntax.Abstract.Pattern

    No documentation available.

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

    Agda Agda.Syntax.Abstract.Views

    No documentation available.

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

    Agda Agda.Syntax.Common

    No documentation available.

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

    Agda Agda.Syntax.Common

    No documentation available.

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

    Agda Agda.Syntax.Common

    No documentation available.

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

    Agda Agda.Syntax.Common

    No documentation available.

Page 267 of many | Previous | Next

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