Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. ParallelLight :: V3 n -> Colour Double -> ParallelLight n

    diagrams-lib Diagrams.ThreeD.Light

    No documentation available.

  2. parallelLight :: (Typeable n, OrderedField n, Renderable (ParallelLight n) b) => Direction V3 n -> Colour Double -> QDiagram b V3 n Any

    diagrams-lib Diagrams.ThreeD.Light

    Construct a Diagram with a single ParallelLight, which takes up no space.

  3. parallelX0 :: forall (v :: Type -> Type) n . (R1 v, Num n) => Deformation v v n

    diagrams-lib Diagrams.TwoD

    The parallel projection onto the plane x=0

  4. parallelY0 :: forall (v :: Type -> Type) n . (R2 v, Num n) => Deformation v v n

    diagrams-lib Diagrams.TwoD

    The parallel projection onto the plane y=0

  5. parallelX0 :: forall (v :: Type -> Type) n . (R1 v, Num n) => Deformation v v n

    diagrams-lib Diagrams.TwoD.Deform

    The parallel projection onto the plane x=0

  6. parallelY0 :: forall (v :: Type -> Type) n . (R2 v, Num n) => Deformation v v n

    diagrams-lib Diagrams.TwoD.Deform

    The parallel projection onto the plane y=0

  7. applyAll :: [a -> a] -> a -> a

    diagrams-lib Diagrams.Util

    applyAll takes a list of functions and applies them all to a value, in sequence from the last function in the list to the first. For example, applyAll [f1, f2, f3] a == f1 . f2 . f3 $ a.

  8. forAllValid :: (Show a, GenValid a, Testable prop) => (a -> prop) -> Property

    genvalidity-sydtest Test.Syd.Validity

    No documentation available.

  9. forAllValid :: (Show a, GenValid a, Testable prop) => (a -> prop) -> Property

    genvalidity-sydtest Test.Syd.Validity.Property

    No documentation available.

  10. forAllValid :: (Show a, GenValid a, Testable prop) => (a -> prop) -> Property

    genvalidity-sydtest Test.Syd.Validity.Property.Utils

    No documentation available.

Page 418 of many | Previous | Next