Hoogle Search
Within LTS Haskell 24.18 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
- 
diagrams-lib Diagrams.TwoD No documentation available.
 - 
diagrams-lib Diagrams.TwoD No documentation available.
 - 
diagrams-lib Diagrams.TwoD.Arrow No documentation available.
 - 
diagrams-lib Diagrams.TwoD.Arrow No documentation available.
 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.
type
ArrowHT n = n -> n -> (Path V2 n, Path V2 n)diagrams-lib Diagrams.TwoD.Arrowheads No documentation available.
- 
Cabal-syntax Language.Haskell.Extension Enable arrow notation.
 - 
The exception arrow class
 class (Arrow a, ArrowChoice a, ArrowZero a, ArrowIO a) =>
ArrowExc (a :: Type -> Type -> Type)hxt Control.Arrow.ArrowExc No documentation available.
- 
Lifting of IO actions to arrows