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

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

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

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

  5. mapRenaming :: (Ord n1, Ord m1) => ImportedNameMap n1 n2 m1 m2 -> ImportedNameMap n1 n2 m1 m2 -> Renaming' n1 m1 -> Renaming' n2 m2

    Agda Agda.Syntax.Scope.Monad

    Translation of Renaming.

  6. mapFlexRigMap :: (TheFlexRigMap -> TheFlexRigMap) -> FlexRigMap -> FlexRigMap

    Agda Agda.TypeChecking.Free.Lazy

    No documentation available.

  7. mapVarMap :: (TheVarMap' a -> TheVarMap' b) -> VarMap' a -> VarMap' b

    Agda Agda.TypeChecking.Free.Lazy

    No documentation available.

  8. mapRedEnv :: (TCEnv -> TCEnv) -> ReduceEnv -> ReduceEnv

    Agda Agda.TypeChecking.Monad.Base

    No documentation available.

  9. mapRedEnvSt :: (TCEnv -> TCEnv) -> (TCState -> TCState) -> ReduceEnv -> ReduceEnv

    Agda Agda.TypeChecking.Monad.Base

    No documentation available.

  10. mapRedSt :: (TCState -> TCState) -> ReduceEnv -> ReduceEnv

    Agda Agda.TypeChecking.Monad.Base

    No documentation available.

Page 271 of many | Previous | Next