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.
(
:| ) :: forall a (m :: Type -> Type) x b . (a -> m x) -> FTCQueue m x b -> ViewL m a bheftia Data.FTCQueue No documentation available.
(
:| ) :: a -> [a] -> NonEmpty aihaskell IHaskellPrelude No documentation available.
(
:| ) :: a -> [a] -> NonEmpty aincipit-base Incipit.Base No documentation available.
(
:| ) :: a -> [a] -> NonEmpty akeyed-vals-hspec-tests Test.KeyedVals.Hspec No documentation available.
(
:| ) :: a -> [a] -> NonEmpty aAgda Agda.Utils.List1 No documentation available.
-
opaleye Opaleye.Internal.HaskellDB.PrimQuery No documentation available.
(
:| ) :: Rule -> Condition -> Rulesrtree Algorithm.EqSat.DB No documentation available.
(
:| ) :: Rule -> Condition -> Rulesrtree Algorithm.EqSat.Simplify No documentation available.
(
:| ) :: a -> [a] -> NonEmpty asrtree Algorithm.SRTree.NonlinearOpt No documentation available.
type (e :: k)
:| (es :: [k]) = Member e esvary Vary 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.