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

Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

  1. class Arrow arr => ArrowOptic k (arr :: Type -> Type -> Type)

    optics-core Optics.Arrow

    No documentation available.

  2. Arrows :: KnownExtension

    haskell-src-exts Language.Haskell.Exts.Extension

    • GHC § 7.10 Enable arrow notation.

  3. data ArrowOpts n

    diagrams-lib Diagrams.TwoD

    No documentation available.

  4. ArrowOpts :: ArrowHT n -> ArrowHT n -> Trail V2 n -> Measure n -> Measure n -> Style V2 n -> Measure n -> Style V2 n -> Measure n -> Style V2 n -> ArrowOpts n

    diagrams-lib Diagrams.TwoD

    No documentation available.

  5. data ArrowOpts n

    diagrams-lib Diagrams.TwoD.Arrow

    No documentation available.

  6. ArrowOpts :: ArrowHT n -> ArrowHT n -> Trail V2 n -> Measure n -> Measure n -> Style V2 n -> Measure n -> Style V2 n -> Measure n -> Style V2 n -> ArrowOpts n

    diagrams-lib Diagrams.TwoD.Arrow

    No documentation available.

  7. module Diagrams.TwoD.Arrowheads

    Standard arrowheads and tails. Each arrowhead or tail is designed to be drawn filled, with a line width of 0, and is normalized to fit inside a circle of diameter 1.

  8. type ArrowHT n = n -> n -> (Path V2 n, Path V2 n)

    diagrams-lib Diagrams.TwoD.Arrowheads

    No documentation available.

  9. Arrows :: KnownExtension

    Cabal-syntax Language.Haskell.Extension

    Enable arrow notation.

  10. module Control.Arrow.ArrowExc

    The exception arrow class

Page 9 of many | Previous | Next

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