Hoogle Search

Within LTS Haskell 22.20 (ghc-9.6.4)

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

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

    containers Data.Sequence

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

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

    containers Data.Sequence

    the sequence minus the rightmost element, and the rightmost element

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

    containers Data.Sequence

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

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

    containers Data.Sequence.Internal

    leftmost element and the rest of the sequence

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

    containers Data.Sequence.Internal

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

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

    containers Data.Sequence.Internal

    the sequence minus the rightmost element, and the rightmost element

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

    containers Data.Sequence.Internal

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

  8. (:*:) :: a -> b -> StrictPair a b

    containers Utils.Containers.Internal.StrictPair

    No documentation available.

  9. data a :-> c

    QuickCheck Test.QuickCheck.Function

    The type of possibly partial concrete functions

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

    amazonka-core Amazonka.Prelude

    No documentation available.

Page 3 of many | Previous | Next