Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. _rGradSpreadMethod :: RGradient n -> SpreadMethod

    diagrams-lib Diagrams.TwoD

    No documentation available.

  2. lGradSpreadMethod :: forall n f . Functor f => (SpreadMethod -> f SpreadMethod) -> LGradient n -> f (LGradient n)

    diagrams-lib Diagrams.TwoD

    For setting the spread method.

  3. rGradSpreadMethod :: forall n f . Functor f => (SpreadMethod -> f SpreadMethod) -> RGradient n -> f (RGradient n)

    diagrams-lib Diagrams.TwoD

    For setting the spread method.

  4. data SpreadMethod

    diagrams-lib Diagrams.TwoD.Attributes

    The SpreadMethod determines what happens before lGradStart and after lGradEnd. GradPad fills the space before the start of the gradient with the color of the first stop and the color after end of the gradient with the color of the last stop. GradRepeat restarts the gradient and GradReflect restarts the gradient with the stops in reverse order.

  5. _lGradSpreadMethod :: LGradient n -> SpreadMethod

    diagrams-lib Diagrams.TwoD.Attributes

    No documentation available.

  6. _rGradSpreadMethod :: RGradient n -> SpreadMethod

    diagrams-lib Diagrams.TwoD.Attributes

    No documentation available.

  7. lGradSpreadMethod :: forall n f . Functor f => (SpreadMethod -> f SpreadMethod) -> LGradient n -> f (LGradient n)

    diagrams-lib Diagrams.TwoD.Attributes

    For setting the spread method.

  8. rGradSpreadMethod :: forall n f . Functor f => (SpreadMethod -> f SpreadMethod) -> RGradient n -> f (RGradient n)

    diagrams-lib Diagrams.TwoD.Attributes

    For setting the spread method.

  9. showReadSpec :: forall a (outers :: [Type]) . (Show a, Eq a, Read a, Typeable a, GenValid a) => TestDef outers ()

    genvalidity-sydtest Test.Syd.Validity

    Standard test spec for properties of Show and Read instances for valid values Example usage:

    showReadSpec @Int
    

  10. showReadSpecOnArbitrary :: forall a (outers :: [Type]) . (Show a, Eq a, Read a, Typeable a, Arbitrary a) => TestDef outers ()

    genvalidity-sydtest Test.Syd.Validity

    Standard test spec for properties of Show and Read instances for arbitrary values Example usage:

    showReadSpecOnArbitrary @Double
    

Page 495 of many | Previous | Next