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.
pattern
LargeSort :: Univ -> Integer -> SizeOfSortAgda Agda.TypeChecking.Substitute No documentation available.
-
Agda Agda.TypeChecking.Substitute A sort can either be small (Set l, Prop l, Size, ...) or large (Setω n).
SizeOfSort :: Univ -> Integer -> SizeOfSortAgda Agda.TypeChecking.Substitute No documentation available.
pattern
SmallSort :: Univ -> SizeOfSortAgda Agda.TypeChecking.Substitute No documentation available.
funSort :: Sort -> Sort -> SortAgda Agda.TypeChecking.Substitute No documentation available.
funSort' :: Sort -> Sort -> Either Blocker SortAgda Agda.TypeChecking.Substitute Compute the sort of a function type from the sorts of its domain and codomain. This function should only be called on reduced sorts, since the LevelUniv rules should only apply when the sort does not reduce to Set.
-
Agda Agda.TypeChecking.Substitute No documentation available.
mkPiSort :: Dom Type -> Abs Type -> SortAgda Agda.TypeChecking.Substitute No documentation available.
piSort :: Dom Term -> Sort -> Abs Sort -> SortAgda Agda.TypeChecking.Substitute No documentation available.
piSort' :: Dom Term -> Sort -> Abs Sort -> Either Blocker SortAgda Agda.TypeChecking.Substitute Compute the sort of a pi type from the sorts of its domain and codomain. This function should only be called on reduced sorts, since the LevelUniv rules should only apply when the sort doesn't reduce to Set