Hoogle Search

Within LTS Haskell 24.17 (ghc-9.10.3)

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

  1. (:-) :: forall x (xs1 :: [Type]) . x -> HVec xs1 -> HVec (x ': xs1)

    equational-reasoning Proof.Equational

    No documentation available.

  2. type a :/\: b = (a, b)

    equational-reasoning Proof.Equational

    No documentation available.

  3. type a :\/: b = Either a b

    equational-reasoning Proof.Equational

    No documentation available.

  4. data (a :: k) :~: (b :: k)

    equational-reasoning Proof.Equational

    Propositional equality. If a :~: b is inhabited by some terminating value, then the type a is the same as the type b. To use this equality in practice, pattern-match on the a :~: b to get out the Refl constructor; in the body of the pattern-match, the compiler knows that a ~ b.

  5. data a :& b

    esqueleto Database.Esqueleto.Experimental

    A left-precedence pair. Pronounced "and". Used to represent expressions that have been joined together. The precedence behavior can be demonstrated by:

    a :& b :& c == ((a :& b) :& c)
    
    See the examples at the beginning of this module to see how this operator is used in JOIN operations.

  6. (:&) :: a -> b -> (:&) a b

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

  7. data a :& b

    esqueleto Database.Esqueleto.Experimental.From.Join

    A left-precedence pair. Pronounced "and". Used to represent expressions that have been joined together. The precedence behavior can be demonstrated by:

    a :& b :& c == ((a :& b) :& c)
    
    See the examples at the beginning of this module to see how this operator is used in JOIN operations.

  8. (:&) :: a -> b -> (:&) a b

    esqueleto Database.Esqueleto.Experimental.From.Join

    No documentation available.

  9. data a :& b

    esqueleto Database.Esqueleto.Internal.Internal

    A left-precedence pair. Pronounced "and". Used to represent expressions that have been joined together. The precedence behavior can be demonstrated by:

    a :& b :& c == ((a :& b) :& c)
    
    See the examples at the beginning of this module to see how this operator is used in JOIN operations.

  10. (:&) :: a -> b -> (:&) a b

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

Page 24 of many | Previous | Next