• 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. mapLHSHead :: (QName -> [NamedArg Pattern] -> LHSCore) -> LHSCore -> LHSCore

    Agda Agda.Syntax.Abstract.Pattern

    No documentation available.

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

    Agda Agda.Syntax.Abstract.Pattern

    No documentation available.

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

    Agda Agda.Syntax.Abstract.Views

    No documentation available.

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

    Agda Agda.Syntax.Common

    No documentation available.

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

    Agda Agda.Syntax.Common

    No documentation available.

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

    Agda Agda.Syntax.Common

    No documentation available.

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

    Agda Agda.Syntax.Common

    No documentation available.

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

    Agda Agda.Syntax.Common

    No documentation available.

  9. mapFreeVariablesArgInfo :: LensArgInfo a => LensMap a FreeVariables

    Agda Agda.Syntax.Common

    No documentation available.

  10. mapHiding :: LensHiding a => (Hiding -> Hiding) -> a -> a

    Agda Agda.Syntax.Common

    No documentation available.

Page 308 of many | Previous | Next

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