Hoogle Search
Within LTS Haskell 24.31 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern (
:||> ) :: Seq a -> a -> NESeq anonempty-containers Data.Sequence.NonEmpty O(1). An abstract constructor for an NESeq that consists of a "init" Seq a and a "last" a. Similar to :| for NonEmpty, but at the end of the list instead of at the beginning. Can be used to match on the init and last of an NESeq, and also used to construct an NESeq by snocing an item to the end of a Seq, ensuring that the result is non-empty.
pattern (
:<|| ) :: a -> Seq a -> NESeq anonempty-containers Data.Sequence.NonEmpty.Internal O(1). An abstract constructor for an NESeq that consists of a "head" a and a "tail" Seq a. Similar to :| for NonEmpty. Can be used to match on the head and tail of an NESeq, and also used to construct an NESeq by consing an item to the beginnong of a Seq, ensuring that the result is non-empty.
pattern (
:||> ) :: Seq a -> a -> NESeq anonempty-containers Data.Sequence.NonEmpty.Internal O(1). An abstract constructor for an NESeq that consists of a "init" Seq a and a "last" a. Similar to :| for NonEmpty, but at the end of the list instead of at the beginning. Can be used to match on the init and last of an NESeq, and also used to construct an NESeq by snocing an item to the end of a Seq, ensuring that the result is non-empty.
-
optparse-generic Options.Generic A type family to extract fields wrapped using (<?>)
-
rebase Rebase.Prelude (:->) has a polymorphic kind since 5.6.
(
:| ) :: a -> [a] -> NonEmpty arebase Rebase.Prelude No documentation available.
(
:+ ) :: Integer -> Integer -> EisensteinIntegerarithmoi Math.NumberTheory.Quadratic.EisensteinIntegers No documentation available.
(
:+ ) :: Integer -> Integer -> GaussianIntegerarithmoi Math.NumberTheory.Quadratic.GaussianIntegers No documentation available.
data ((f :: k -> Type)
:*: (g :: k -> Type)) (p :: k)barbies Barbies.Internal Products: encode multiple arguments to constructors
(
:*: ) :: f p -> g p -> (:*:) (f :: k -> Type) (g :: k -> Type) (p :: k)barbies Barbies.Internal No documentation available.