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.
mapVarMap :: (TheVarMap' a -> TheVarMap' b) -> VarMap' a -> VarMap' bAgda Agda.TypeChecking.Free.Lazy No documentation available.
mapRedEnv :: (TCEnv -> TCEnv) -> ReduceEnv -> ReduceEnvAgda Agda.TypeChecking.Monad.Base No documentation available.
mapRedEnvSt :: (TCEnv -> TCEnv) -> (TCState -> TCState) -> ReduceEnv -> ReduceEnvAgda Agda.TypeChecking.Monad.Base No documentation available.
mapRedSt :: (TCState -> TCState) -> ReduceEnv -> ReduceEnvAgda Agda.TypeChecking.Monad.Base No documentation available.
mapTCMT :: (forall a1 . () => m a1 -> n a1) -> TCMT m a -> TCMT n aAgda Agda.TypeChecking.Monad.Base No documentation available.
mapClosure :: (MonadTCEnv m, ReadTCState m) => (a -> m b) -> Closure a -> m (Closure b)Agda Agda.TypeChecking.Monad.Closure No documentation available.
mapAwakeConstraints :: (Constraints -> Constraints) -> TCState -> TCStateAgda Agda.TypeChecking.Monad.Constraints No documentation available.
mapSleepingConstraints :: (Constraints -> Constraints) -> TCState -> TCStateAgda Agda.TypeChecking.Monad.Constraints No documentation available.
-
Agda Agda.TypeChecking.Monad.Context Map a monadic function on the thing under the abstraction, adding the abstracted variable to the context.
mapAbstraction_ :: (Subst a, Subst b, MonadAddContext m) => (a -> m b) -> Abs a -> m (Abs b)Agda Agda.TypeChecking.Monad.Context No documentation available.