Hoogle Search
Within LTS Haskell 24.27 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type (e :: k)
:| (es :: [k]) = Member e esvary Vary.Utils Constrain es to be any type list containing e. Useful to talk about variants generically without having to specify the exact type list right away. For instance, the type of from is
Vary.from :: (a :| l) => a -> Vary l
because we can use it to construct any Vary as long as there is an a somewhere in its list of types.(
:| ) :: a -> [a] -> NonEmpty aredis-resp Data.Redis.Command No documentation available.
(
:| ) :: a -> [a] -> NonEmpty averset Verset No documentation available.
(
:| ) :: a -> [a] -> NonEmpty axmonad-contrib XMonad.Prelude No documentation available.