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

Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. type family (xs :: [Effect]) :>> (es :: [Effect])

    effectful-core Effectful.Internal.Effect

    Deprecated: Usage of (:>>) slows down GHC too much. See https://github.com/haskell-effectful/effectful/issues/52#issuecomment-1269155485 for more information.

  2. (:<|>:) :: forall (a :: Type -> Type) b . a b -> a b -> NonDet a b

    effectful-core Effectful.Internal.Monad

    No documentation available.

  3. (:<|>:) :: forall (a :: Type -> Type) b . a b -> a b -> NonDet a b

    effectful-core Effectful.NonDet

    No documentation available.

  4. (:$) :: Expr -> Expr -> Expr

    express Data.Express

    function application between expressions

  5. (:$) :: Expr -> Expr -> Expr

    express Data.Express.Core

    function application between expressions

  6. (:&&) :: Prop -> Prop -> Prop

    ghc-typelits-presburger GHC.TypeLits.Presburger.Types

    No documentation available.

  7. (:*) :: Integer -> Expr -> Expr

    ghc-typelits-presburger GHC.TypeLits.Presburger.Types

    Multiplication by a constant

  8. (:+) :: Expr -> Expr -> Expr

    ghc-typelits-presburger GHC.TypeLits.Presburger.Types

    Addition

  9. (:-) :: Expr -> Expr -> Expr

    ghc-typelits-presburger GHC.TypeLits.Presburger.Types

    Subtraction

  10. (:/=) :: Expr -> Expr -> Prop

    ghc-typelits-presburger GHC.TypeLits.Presburger.Types

    No documentation available.

Page 30 of many | Previous | Next

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