Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
leqSort :: MonadConversion m => Sort -> Sort -> m ()Agda Agda.TypeChecking.Conversion Check that the first sort is less or equal to the second. We can put SizeUniv below Inf, but otherwise, it is unrelated to the other universes.
-
Agda Agda.TypeChecking.Free Where should we skip sorts in free variable analysis?
freeInIgnoringSorts :: Free a => Nat -> a -> BoolAgda Agda.TypeChecking.Free No documentation available.
relevantInIgnoringSortAnn :: Free t => Nat -> t -> BoolAgda Agda.TypeChecking.Free No documentation available.
-
Agda Agda.TypeChecking.Free.Lazy Where should we skip sorts in free variable analysis?
feIgnoreSorts :: FreeEnv' a IgnoreSorts c -> IgnoreSortsAgda Agda.TypeChecking.Free.Lazy Ignore free variables in sorts.
isCoFibrantSort :: (LensSort a, PureTCM m) => a -> m (Either Blocker Bool)Agda Agda.TypeChecking.Irrelevance Cofibrant types are those that could be the domain of a fibrant pi type. (Notion by C. Sattler).
dependencySortMetas :: [MetaId] -> TCM (Maybe [MetaId])Agda Agda.TypeChecking.MetaVars Sort metas in dependency order.
newSortMeta :: MonadMetaSolver m => m SortAgda Agda.TypeChecking.MetaVars Create a sort meta that may be instantiated with Inf (Setω).
newSortMetaBelowInf :: TCM SortAgda Agda.TypeChecking.MetaVars Create a sort meta that cannot be instantiated with Inf (Setω).