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. arrowKCompat :: Kind -> Kind -> Kind

    th-abstraction Language.Haskell.TH.Datatype

    No documentation available.

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

    diagrams-lib Diagrams.TwoD

    arrow' opts len creates an arrow of length len using the given options, starting at the origin and ending at the point (len,0). In particular, it scales the given arrowShaft so that the entire arrow has length len.

  3. arrowAt :: (TypeableFloat n, Renderable (Path V2 n) b) => Point V2 n -> V2 n -> QDiagram b V2 n Any

    diagrams-lib Diagrams.TwoD

    Create an arrow starting at s with length and direction determined by the vector v.

  4. arrowAt' :: (TypeableFloat n, Renderable (Path V2 n) b) => ArrowOpts n -> Point V2 n -> V2 n -> QDiagram b V2 n Any

    diagrams-lib Diagrams.TwoD

    No documentation available.

  5. arrowBetween :: (TypeableFloat n, Renderable (Path V2 n) b) => Point V2 n -> Point V2 n -> QDiagram b V2 n Any

    diagrams-lib Diagrams.TwoD

    arrowBetween s e creates an arrow pointing from s to e with default parameters.

  6. arrowBetween' :: (TypeableFloat n, Renderable (Path V2 n) b) => ArrowOpts n -> Point V2 n -> Point V2 n -> QDiagram b V2 n Any

    diagrams-lib Diagrams.TwoD

    arrowBetween' opts s e creates an arrow pointing from s to e using the given options. In particular, it scales and rotates arrowShaft to go between s and e, taking head, tail, and gaps into account.

  7. arrowHead :: forall n f . Functor f => (ArrowHT n -> f (ArrowHT n)) -> ArrowOpts n -> f (ArrowOpts n)

    diagrams-lib Diagrams.TwoD

    A shape to place at the head of the arrow.

  8. arrowShaft :: forall n f . Functor f => (Trail V2 n -> f (Trail V2 n)) -> ArrowOpts n -> f (ArrowOpts n)

    diagrams-lib Diagrams.TwoD

    The trail to use for the arrow shaft.

  9. arrowTail :: forall n f . Functor f => (ArrowHT n -> f (ArrowHT n)) -> ArrowOpts n -> f (ArrowOpts n)

    diagrams-lib Diagrams.TwoD

    A shape to place at the tail of the arrow.

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

    diagrams-lib Diagrams.TwoD

    arrowV v creates an arrow with the direction and norm of the vector v (with its tail at the origin), using default parameters.

Page 28 of many | Previous | Next