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.
(
:< ) :: forall a (n1 :: Natural) . a -> BuildVector n1 a -> BuildVector (1 + n1) avector-sized Data.Vector.Generic.Sized No documentation available.
(
:< ) :: forall a (n1 :: Natural) . a -> BuildVector n1 a -> BuildVector (1 + n1) avector-sized Data.Vector.Sized No documentation available.
-
yi-core Yi.MiniBuffer Tag a type with a documentation
(
:- ) :: a -> Jet f (f a) -> Jet (f :: Type -> Type) aad Numeric.AD No documentation available.
(
:- ) :: a -> Jet f (f a) -> Jet (f :: Type -> Type) aad Numeric.AD.Double No documentation available.
(
:! ) :: Double -> List -> Listad Numeric.AD.Internal.Tower.Double No documentation available.
(
:- ) :: a -> Jet f (f a) -> Jet (f :: Type -> Type) aad Numeric.AD.Jet No documentation available.
(
:| ) :: a -> [a] -> NonEmpty abase-compat-batteries Data.List.NonEmpty.Compat No documentation available.
-
base-compat-batteries Data.Type.Equality.Compat Propositional equality. If a :~: b is inhabited by some terminating value, then the type a is the same as the type b. To use this equality in practice, pattern-match on the a :~: b to get out the Refl constructor; in the body of the pattern-match, the compiler knows that a ~ b.
-
base-compat-batteries Data.Type.Equality.Compat Kind heterogeneous propositional equality. Like :~:, a :~~: b is inhabited by a terminating value if and only if a is the same type as b.