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. arrowToHsExpr :: HsArrowOf (LocatedA (HsExpr GhcRn)) GhcRn -> LocatedA (HsExpr GhcRn)

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  2. arrowToHsType :: HsArrow GhcRn -> LHsType GhcRn

    ghc-lib-parser GHC.Hs.Type

    No documentation available.

  3. arrowt :: SDoc

    ghc-lib-parser GHC.Utils.Outputable

    No documentation available.

  4. arrowtt :: SDoc

    ghc-lib-parser GHC.Utils.Outputable

    No documentation available.

  5. arrowChoice :: forall a b c d e . (ArrowChoice a, Show (a b c), Arbitrary (a b c), Arbitrary c, Arbitrary e, CoArbitrary b, CoArbitrary d, EqProp (a (Either b d) (Either c e)), EqProp (a (Either b d) (Either c d))) => a b (c, d, e) -> TestBatch

    checkers Test.QuickCheck.Classes

    No documentation available.

  6. arrowFromChannels :: Arrow arrow => arrow a b -> arrow a b -> arrow (T a) (T b)

    synthesizer-core Synthesizer.Frame.Stereo

    No documentation available.

  7. arrowFromMono :: Arrow arrow => arrow a b -> arrow (T a) (T b)

    synthesizer-core Synthesizer.Frame.Stereo

    Run a causal process independently on each stereo channel.

  8. arrowFromMonoControlled :: Arrow arrow => arrow (c, a) b -> arrow (c, T a) (T b)

    synthesizer-core Synthesizer.Frame.Stereo

    No documentation available.

  9. arrowFanout :: Arrow arrow => arrow a b -> arrow a c -> arrow a (T b c)

    synthesizer-core Synthesizer.Zip

    No documentation available.

  10. arrowFanoutShorten :: (Arrow arrow, Transform a, Transform b, Transform c) => arrow a b -> arrow a c -> arrow a (T b c)

    synthesizer-core Synthesizer.Zip

    No documentation available.

Page 32 of many | Previous | Next