Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
allNameSpaces :: [NameSpaceId]Agda Agda.Syntax.Scope.Base No documentation available.
allNamesInScope :: InScope a => Scope -> ThingsInScope aAgda Agda.Syntax.Scope.Base Return all names in a scope.
allNamesInScope' :: InScope a => Scope -> ThingsInScope (a, Access)Agda Agda.Syntax.Scope.Base No documentation available.
allThingsInScope :: Scope -> NameSpaceAgda Agda.Syntax.Scope.Base No documentation available.
allFreeVars :: Free t => t -> VarSetAgda Agda.TypeChecking.Free Collect all free variables.
allRelevantVars :: Free t => t -> VarSetAgda Agda.TypeChecking.Free Collect all relevant free variables, excluding the "unused" ones.
allRelevantVarsIgnoring :: Free t => IgnoreSorts -> t -> VarSetAgda Agda.TypeChecking.Free Collect all relevant free variables, possibly ignoring sorts.
-
Agda Agda.TypeChecking.Free No documentation available.
allIrrelevantOrPropTel :: (PureTCM m, MonadBlock m) => Telescope -> m BoolAgda Agda.TypeChecking.Irrelevance No documentation available.
allowedVars :: OccursM (Nat -> Bool)Agda Agda.TypeChecking.MetaVars.Occurs Construct a test whether a de Bruijn index is allowed or needs to be pruned.