Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

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

    Agda Agda.Syntax.Concrete.Pattern

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

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

    Agda Agda.Syntax.Concrete.Pattern

    Modify the Pattern component in LHS.

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

    Agda Agda.Syntax.Concrete.Pattern

    Effectfully modify the Pattern component in LHS.

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

    Agda Agda.Syntax.Internal

    No documentation available.

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

    Agda Agda.Syntax.Internal

    A traversal for the names in a telescope.

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

    Agda Agda.Syntax.Internal

    No documentation available.

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

    Agda Agda.Syntax.Internal.Pattern

    No documentation available.

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

  9. mapNameSpaceM :: Applicative m => (NamesInScope -> m NamesInScope) -> (ModulesInScope -> m ModulesInScope) -> (InScopeSet -> m InScopeSet) -> NameSpace -> m NameSpace

    Agda Agda.Syntax.Scope.Base

    Map monadic function over a namespace.

  10. mapScope :: (NameSpaceId -> NamesInScope -> NamesInScope) -> (NameSpaceId -> ModulesInScope -> ModulesInScope) -> (NameSpaceId -> InScopeSet -> InScopeSet) -> Scope -> Scope

    Agda Agda.Syntax.Scope.Base

    Map functions over the names and modules in a scope.

Page 271 of many | Previous | Next