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.
(
:| ) :: a -> [a] -> NonEmpty ario RIO.NonEmpty No documentation available.
(
:| ) :: a -> [a] -> NonEmpty ario RIO.Prelude.Types No documentation available.
-
rio RIO.Seq leftmost element and the rest of the sequence
pattern (
:<| ) :: a -> Seq a -> Seq ario RIO.Seq A bidirectional pattern synonym viewing the front of a non-empty sequence.
-
rio RIO.Seq the sequence minus the rightmost element, and the rightmost element
pattern (
:|> ) :: Seq a -> a -> Seq ario RIO.Seq A bidirectional pattern synonym viewing the rear of a non-empty sequence.
(
:=> ) :: !tag a -> f a -> DSum (tag :: k -> Type) (f :: k -> Type)dependent-sum Data.Dependent.Sum No documentation available.
-
diagrams-lib Diagrams.Coordinates A pair of values, with a convenient infix (left-associative) data constructor.
-
diagrams-lib Diagrams.Coordinates No documentation available.
pattern (
:< ) :: Cons b b a a => a -> b -> bdiagrams-lib Diagrams.Prelude No documentation available.