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.

  1. type Arrow (a :: Type -> Type -> Type) (k :: Type -> Type -> Type) = (WellPointed a, EnhancedCat a k)

    constrained-categories Control.Arrow.Constrained

    No documentation available.

  2. module GHC.Tc.Gen.Arrow

    Typecheck arrow notation

  3. Arrow :: Expr -> Ident -> Expr

    language-c99-simple Language.C99.Simple.AST

    No documentation available.

  4. arrow :: Doc

    template-haskell Language.Haskell.TH.PprLib

    No documentation available.

  5. arrow :: SDoc

    ghc GHC.Utils.Outputable

    No documentation available.

  6. arrow :: (TypeableFloat n, Renderable (Path V2 n) b) => n -> QDiagram b V2 n Any

    diagrams-lib Diagrams.TwoD

    arrow len creates an arrow of length len with default parameters, starting at the origin and ending at the point (len,0).

  7. arrow :: (TypeableFloat n, Renderable (Path V2 n) b) => n -> QDiagram b V2 n Any

    diagrams-lib Diagrams.TwoD.Arrow

    arrow len creates an arrow of length len with default parameters, starting at the origin and ending at the point (len,0).

  8. arrow :: Doc

    ghc-lib-parser GHC.Internal.TH.PprLib

    No documentation available.

  9. arrow :: SDoc

    ghc-lib-parser GHC.Utils.Outputable

    No documentation available.

  10. arrow :: forall a b c d e . (Arrow a, Show (a d e), Show (a c d), Show (a b c), Arbitrary (a d e), Arbitrary (a c d), Arbitrary (a b c), Arbitrary c, Arbitrary d, Arbitrary e, CoArbitrary b, CoArbitrary c, CoArbitrary d, EqProp (a b e), EqProp (a b d), EqProp (a (b, d) c), EqProp (a (b, d) (c, d)), EqProp (a (b, e) (d, e)), EqProp (a (b, d) (c, e))) => a b (c, d, e) -> TestBatch

    checkers Test.QuickCheck.Classes

    No documentation available.

Page 4 of many | Previous | Next