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. (:|) :: a -> [a] -> NonEmpty a

    rio RIO.NonEmpty

    No documentation available.

  2. (:|) :: a -> [a] -> NonEmpty a

    rio RIO.Prelude.Types

    No documentation available.

  3. (:<) :: a -> Seq a -> ViewL a

    rio RIO.Seq

    leftmost element and the rest of the sequence

  4. pattern (:<|) :: a -> Seq a -> Seq a

    rio RIO.Seq

    A bidirectional pattern synonym viewing the front of a non-empty sequence.

  5. (:>) :: Seq a -> a -> ViewR a

    rio RIO.Seq

    the sequence minus the rightmost element, and the rightmost element

  6. pattern (:|>) :: Seq a -> a -> Seq a

    rio RIO.Seq

    A bidirectional pattern synonym viewing the rear of a non-empty sequence.

  7. (:=>) :: !tag a -> f a -> DSum (tag :: k -> Type) (f :: k -> Type)

    dependent-sum Data.Dependent.Sum

    No documentation available.

  8. data a :& b

    diagrams-lib Diagrams.Coordinates

    A pair of values, with a convenient infix (left-associative) data constructor.

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

    diagrams-lib Diagrams.Coordinates

    No documentation available.

  10. pattern (:<) :: Cons b b a a => a -> b -> b

    diagrams-lib Diagrams.Prelude

    No documentation available.

Page 11 of many | Previous | Next