Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

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

    Agda Agda.Syntax.Internal

    No documentation available.

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

    Agda Agda.Syntax.Internal.Pattern

    No documentation available.

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

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

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

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

  7. mapScopeM_ :: Applicative m => (NamesInScope -> m NamesInScope) -> (ModulesInScope -> m ModulesInScope) -> (InScopeSet -> m InScopeSet) -> Scope -> m Scope

    Agda Agda.Syntax.Scope.Base

    Same as mapScopeM but applies the same function to both the public and private name spaces.

  8. mapScopeNS :: NameSpaceId -> (NamesInScope -> NamesInScope) -> (ModulesInScope -> ModulesInScope) -> (InScopeSet -> InScopeSet) -> Scope -> Scope

    Agda Agda.Syntax.Scope.Base

    Same as mapScope but applies the function only on the given name space.

  9. mapScope_ :: (NamesInScope -> NamesInScope) -> (ModulesInScope -> ModulesInScope) -> (InScopeSet -> InScopeSet) -> Scope -> Scope

    Agda Agda.Syntax.Scope.Base

    Same as mapScope but applies the same function to all name spaces.

  10. mapImportDir :: (Ord n1, Ord m1) => [ImportedName' (n1, n2) (m1, m2)] -> [ImportedName' (n1, n2) (m1, m2)] -> ImportDirective' n1 m1 -> ImportDirective' n2 m2

    Agda Agda.Syntax.Scope.Monad

    Translation of ImportDirective.

Page 272 of many | Previous | Next