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.
head_ :: Term arg result => arg -> resultlucid Lucid.Html5 head element
header_ :: Term arg result => arg -> resultlucid Lucid.Html5 header element
-
lucid Lucid.Html5 The headers attribute.
head1 :: forall (t :: Type -> Type) a . Traversable1 t => Lens' (t a) adiagrams-lib Diagrams.Prelude A Lens focusing on the first element of a Traversable1 container.
>>> 2 :| [3, 4] & head1 +~ 10 12 :| [3,4]
>>> Identity True ^. head1 True
headGap :: forall n f . Functor f => (Measure n -> f (Measure n)) -> ArrowOpts n -> f (ArrowOpts n)diagrams-lib Diagrams.TwoD Distance to leave between the head and the target point.
-
diagrams-lib Diagrams.TwoD The length from the start of the joint to the tip of the head.
-
diagrams-lib Diagrams.TwoD Style to apply to the head. headStyle is modified by using the lens combinator %~ to change the current style. For example, to change an opaque black arrowhead to translucent orange: (with & headStyle %~ fc orange . opacity 0.75).
headTexture :: TypeableFloat n => Lens' (ArrowOpts n) (Texture n)diagrams-lib Diagrams.TwoD A lens for setting or modifying the texture of an arrowhead. For example, one may write ... (with & headTexture .~ grad) to get an arrow with a head filled with a gradient, assuming grad has been defined. Or ... (with & headTexture .~ solid blue to set the head color to blue. For more general control over the style of arrowheads, see headStyle.
headGap :: forall n f . Functor f => (Measure n -> f (Measure n)) -> ArrowOpts n -> f (ArrowOpts n)diagrams-lib Diagrams.TwoD.Arrow Distance to leave between the head and the target point.
-
diagrams-lib Diagrams.TwoD.Arrow The length from the start of the joint to the tip of the head.