Hoogle Search
Within LTS Haskell 24.17 (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 es- vary - 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 a- redis-resp - Data.Redis.Command - No documentation available. 
- ( - :| ) :: a -> [a] -> NonEmpty a- verset - Verset - No documentation available. 
- ( - :| ) :: a -> [a] -> NonEmpty a- xmonad-contrib - XMonad.Prelude - No documentation available. 
