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.
(
:==: ) :: Pattern -> Pattern -> Rulesrtree Algorithm.EqSat.Simplify No documentation available.
(
:=> ) :: Pattern -> Pattern -> Rulesrtree Algorithm.EqSat.Simplify No documentation available.
(
:| ) :: Rule -> Condition -> Rulesrtree Algorithm.EqSat.Simplify No documentation available.
(
:| ) :: a -> [a] -> NonEmpty asrtree Algorithm.SRTree.NonlinearOpt No documentation available.
(
:< ) :: a -> f (Cofree f a) -> Cofree (f :: Type -> Type) asrtree Data.SRTree.Recursion No documentation available.
(
:< ) :: a -> Future a -> Future astreams Data.Stream.Future No documentation available.
(
:< ) :: !Complete a -> Future a -> Future astreams Data.Stream.Future.Skew No documentation available.
(
:> ) :: a -> Stream a -> Stream astreams Data.Stream.Infinite No documentation available.
(
:~ ) :: Integer -> Integer -> a -> Zipper astreams Data.Stream.Infinite.Functional.Zipper No documentation available.
type family (f :: r ~> r')
:<$>: (p :: PParser s r) :: PParser s r'symparsec Symparsec.Parser.Apply Apply the given type function to the result. Effectively fmap for parsers.