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. mapLhsOriginalPattern :: (Pattern -> Pattern) -> LHS -> LHS

    Agda Agda.Syntax.Concrete.Pattern

    Modify the Pattern component in LHS.

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

    Agda Agda.Syntax.Concrete.Pattern

    Effectfully modify the Pattern component in LHS.

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

    Agda Agda.Syntax.Internal

    No documentation available.

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

    Agda Agda.Syntax.Internal

    A traversal for the names in a telescope.

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

    Agda Agda.Syntax.Internal

    No documentation available.

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

    Agda Agda.Syntax.Internal.Pattern

    No documentation available.

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

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

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

  10. mapScopeM :: Applicative m => (NameSpaceId -> NamesInScope -> m NamesInScope) -> (NameSpaceId -> ModulesInScope -> m ModulesInScope) -> (NameSpaceId -> InScopeSet -> m InScopeSet) -> Scope -> m Scope

    Agda Agda.Syntax.Scope.Base

    Map monadic functions over the names and modules in a scope.

Page 270 of many | Previous | Next