Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. Sort :: Sort -> Term

    Agda Agda.Syntax.Internal

    No documentation available.

  2. Sort :: Sort -> Term

    Agda Agda.Syntax.Reflected

    No documentation available.

  3. data Sort

    Agda Agda.Syntax.Reflected

    No documentation available.

  4. module Agda.TypeChecking.Sort

    This module contains the rules for Agda's sort system viewed as a pure type system (pts). The specification of a pts consists of a set of axioms of the form s1 : s2 specifying when a sort fits in another sort, and a set of rules of the form (s1,s2,s3) specifying that a pi type with domain in s1 and codomain in s2 itself fits into sort s3. To ensure unique principal types, the axioms and rules of Agda's pts are given by two partial functions univSort' and piSort' (see Agda.TypeChecking.Substitute). If these functions return Nothing, a constraint is added to ensure that the sort will be computed eventually. One upgrade over the standard definition of a pts is that in a rule (s1,s2,s3), in Agda the sort s2 can depend on a variable of some type in s1. This is needed to support Agda's universe polymorphism where we can have e.g. a function of type ∀ {ℓ} → Set ℓ.

  5. type Sort = [SortSpec]

    bloodhound Database.Bloodhound.Common.Types

    Sort is a synonym for a list of SortSpecs. Sort behavior is order dependent with later sorts acting as tie-breakers for earlier sorts.

  6. newtype Sort a

    discrimination Data.Discrimination

    Stable Ordered Discriminator

  7. Sort :: (forall b . () => [(a, b)] -> [[b]]) -> Sort a

    discrimination Data.Discrimination

    No documentation available.

  8. newtype Sort a

    discrimination Data.Discrimination.Sorting

    Stable Ordered Discriminator

  9. Sort :: (forall b . () => [(a, b)] -> [[b]]) -> Sort a

    discrimination Data.Discrimination.Sorting

    No documentation available.

  10. module Yi.Keymap.Vim.Ex.Commands.Sort

    No documentation available.

Page 13 of many | Previous | Next