Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. data ArrowOpts n

    diagrams-lib Diagrams.TwoD

    No documentation available.

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

  3. data ArrowOpts n

    diagrams-lib Diagrams.TwoD.Arrow

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

    No documentation available.

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

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

    diagrams-lib Diagrams.TwoD.Arrowheads

    No documentation available.

  7. Arrows :: KnownExtension

    Cabal-syntax Language.Haskell.Extension

    Enable arrow notation.

  8. module Control.Arrow.ArrowExc

    The exception arrow class

  9. class (Arrow a, ArrowChoice a, ArrowZero a, ArrowIO a) => ArrowExc (a :: Type -> Type -> Type)

    hxt Control.Arrow.ArrowExc

    No documentation available.

  10. module Control.Arrow.ArrowIO

    Lifting of IO actions to arrows

Page 9 of many | Previous | Next