• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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.

  1. (:==:) :: Pattern -> Pattern -> Rule

    srtree Algorithm.EqSat.Simplify

    No documentation available.

  2. (:=>) :: Pattern -> Pattern -> Rule

    srtree Algorithm.EqSat.Simplify

    No documentation available.

  3. (:|) :: Rule -> Condition -> Rule

    srtree Algorithm.EqSat.Simplify

    No documentation available.

  4. (:|) :: a -> [a] -> NonEmpty a

    srtree Algorithm.SRTree.NonlinearOpt

    No documentation available.

  5. (:<) :: a -> f (Cofree f a) -> Cofree (f :: Type -> Type) a

    srtree Data.SRTree.Recursion

    No documentation available.

  6. (:<) :: a -> Future a -> Future a

    streams Data.Stream.Future

    No documentation available.

  7. (:<) :: !Complete a -> Future a -> Future a

    streams Data.Stream.Future.Skew

    No documentation available.

  8. (:>) :: a -> Stream a -> Stream a

    streams Data.Stream.Infinite

    No documentation available.

  9. (:~) :: Integer -> Integer -> a -> Zipper a

    streams Data.Stream.Infinite.Functional.Zipper

    No documentation available.

  10. 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.

Page 66 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete