Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. (:*:) :: a -> b -> PairS a b

    text Data.Text.Internal.Fusion.Types

    No documentation available.

  2. pattern (:<) :: Char -> Text -> Text

    text Data.Text.Lazy

    Bidirectional pattern synonym for cons (O(n)) and uncons (O(1)), to be used together with Empty.

  3. pattern (:>) :: Text -> Char -> Text

    text Data.Text.Lazy

    Bidirectional pattern synonym for snoc (O(n)) and unsnoc (O(1)) to be used together with Empty.

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

    containers Data.Sequence

    leftmost element and the rest of the sequence

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

    containers Data.Sequence

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

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

    containers Data.Sequence

    the sequence minus the rightmost element, and the rightmost element

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

    containers Data.Sequence

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

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

    containers Data.Sequence.Internal

    leftmost element and the rest of the sequence

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

    containers Data.Sequence.Internal

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

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

    containers Data.Sequence.Internal

    the sequence minus the rightmost element, and the rightmost element

Page 3 of many | Previous | Next