Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. data tail :. head

    repa Data.Array.Repa.Index

    Our index type, used for both shapes and indices.

  2. (:.) :: tail -> head -> (:.) tail head

    repa Data.Array.Repa.Index

    No documentation available.

  3. (:.:) :: Label -> Labels -> Labels

    resolv Network.DNS

    No documentation available.

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

    singletons-th Data.Singletons.TH

    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. (:$$:) :: ErrorMessage -> ErrorMessage -> ErrorMessage

    type-errors Type.Errors

    Stack two pieces of error message on top of each other.

  6. (:<>:) :: ErrorMessage -> ErrorMessage -> ErrorMessage

    type-errors Type.Errors

    Put two pieces of error message next to each other.

  7. (:->) :: k -> p -> Binding k p

    PSQueue Data.PSQueue

    No documentation available.

  8. (:->) :: k -> p -> Binding k p

    PSQueue Data.PSQueue.Internal

    No documentation available.

  9. (:=) :: s -> s -> Attribute s

    algebraic-graphs Algebra.Graph.Export.Dot

    No documentation available.

  10. type (:&) = 'Union

    bluefin-internal Bluefin.Internal

    type (:&) :: Effects -> Effects -> Effects
    
    Union of effects

Page 37 of many | Previous | Next