Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
lookupSection :: (Functor m, ReadTCState m) => ModuleName -> m TelescopeAgda Agda.TypeChecking.Monad.Signature Lookup a section telescope. If it doesn't exist, like in hierarchical top-level modules, the section telescope is empty.
lookupBackend :: ReadTCState m => BackendName -> m (Maybe Backend)Agda Agda.TypeChecking.Monad.State Look for a backend of the given name.
lookupDefinition :: QName -> Signature -> Maybe DefinitionAgda Agda.TypeChecking.Monad.State No documentation available.