Hoogle Search
Within LTS Haskell 24.12 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
lookupInteractionMeta :: ReadTCState m => InteractionId -> m (Maybe MetaId)Agda Agda.TypeChecking.Monad.MetaVars Check whether an interaction id is already associated with a meta variable.
lookupInteractionMeta_ :: InteractionId -> InteractionPoints -> Maybe MetaIdAgda Agda.TypeChecking.Monad.MetaVars No documentation available.
-
Agda Agda.TypeChecking.Monad.MetaVars Get the information associated to an interaction point.
lookupLocalMeta :: (HasCallStack, MonadDebug m, ReadTCState m) => MetaId -> m MetaVariableAgda Agda.TypeChecking.Monad.MetaVars Find information about the given local meta-variable.
lookupLocalMeta' :: ReadTCState m => MetaId -> m (Maybe MetaVariable)Agda Agda.TypeChecking.Monad.MetaVars Find information about the given local meta-variable, if any.
lookupMeta :: ReadTCState m => MetaId -> m (Maybe (Either RemoteMetaVariable MetaVariable))Agda Agda.TypeChecking.Monad.MetaVars Find information about the (local or remote) meta-variable, if any. If no meta-variable is found, then the reason could be that the dead-code elimination (eliminateDeadCode) failed to find the meta-variable, perhaps because some NamesIn instance is incorrectly defined.
lookupMetaInstantiation :: ReadTCState m => MetaId -> m MetaInstantiationAgda Agda.TypeChecking.Monad.MetaVars Find the meta-variable's instantiation.
lookupMetaJudgement :: ReadTCState m => MetaId -> m (Judgement MetaId)Agda Agda.TypeChecking.Monad.MetaVars Find the meta-variable's judgement.
lookupMetaModality :: ReadTCState m => MetaId -> m ModalityAgda Agda.TypeChecking.Monad.MetaVars Find the meta-variable's modality.
lookupMutualBlock :: ReadTCState tcm => MutualId -> tcm MutualBlockAgda Agda.TypeChecking.Monad.Mutual No documentation available.