Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

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

    Agda Agda.Syntax.Concrete.Generic

    This corresponds to map.

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

    Agda Agda.Syntax.Concrete.Name

    No documentation available.

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

    Agda Agda.Syntax.Concrete.Pattern

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

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

    Agda Agda.Syntax.Concrete.Pattern

    Modify the Pattern component in LHS.

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

    Agda Agda.Syntax.Concrete.Pattern

    Effectfully modify the Pattern component in LHS.

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

    Agda Agda.Syntax.Internal

    No documentation available.

  7. mapAbsNamesM :: Applicative m => (ArgName -> m ArgName) -> Tele a -> m (Tele a)

    Agda Agda.Syntax.Internal

    A traversal for the names in a telescope.

  8. mapConName :: LensConName a => (QName -> QName) -> a -> a

    Agda Agda.Syntax.Internal

    No documentation available.

  9. mapNamedArgPattern :: MapNamedArgPattern a p => (NamedArg (Pattern' a) -> NamedArg (Pattern' a)) -> p -> p

    Agda Agda.Syntax.Internal.Pattern

    No documentation available.

  10. mapNameSpace :: (NamesInScope -> NamesInScope) -> (ModulesInScope -> ModulesInScope) -> (InScopeSet -> InScopeSet) -> NameSpace -> NameSpace

    Agda Agda.Syntax.Scope.Base

    Map functions over the names and modules in a name space.

Page 268 of many | Previous | Next