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 v . FormValue v => ByteString -> v -> FormParamwreq Network.Wreq No documentation available.
(
:= ) :: forall v . FormValue v => ByteString -> v -> FormParamwreq Network.Wreq.Types No documentation available.
(
:%| ) :: forall a (n1 :: a) (n2 :: [a]) . Sing n1 -> Sing n2 -> SNonEmpty (n1 ':| n2)singletons-base Data.List.NonEmpty.Singletons No documentation available.
data (a6989586621679052524 :: a)
:|@#@$$ (b :: TyFun [a] NonEmpty a)singletons-base Data.List.NonEmpty.Singletons No documentation available.
type family (a6989586621679052524 :: a)
:|@#@$$$ (a6989586621679052525 :: [a]) :: NonEmpty asingletons-base Data.List.NonEmpty.Singletons No documentation available.
data (a6989586621679052451 :: a)
:@#@$$ (b :: TyFun [a] [a])singletons-base Data.List.Singletons No documentation available.
type family (a6989586621679052451 :: a)
:@#@$$$ (a6989586621679052452 :: [a]) :: [a]singletons-base Data.List.Singletons No documentation available.
data (a6989586621679052451 :: a)
:@#@$$ (b :: TyFun [a] [a])singletons-base Data.Singletons.Base.TH No documentation available.
type family (a6989586621679052451 :: a)
:@#@$$$ (a6989586621679052452 :: [a]) :: [a]singletons-base Data.Singletons.Base.TH No documentation available.
-
singletons-base Data.Singletons.Base.TH 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.