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.
ParallelLight :: V3 n -> Colour Double -> ParallelLight ndiagrams-lib Diagrams.ThreeD.Light No documentation available.
-
diagrams-lib Diagrams.ThreeD.Light Construct a Diagram with a single ParallelLight, which takes up no space.
parallelX0 :: forall (v :: Type -> Type) n . (R1 v, Num n) => Deformation v v ndiagrams-lib Diagrams.TwoD The parallel projection onto the plane x=0
parallelY0 :: forall (v :: Type -> Type) n . (R2 v, Num n) => Deformation v v ndiagrams-lib Diagrams.TwoD The parallel projection onto the plane y=0
parallelX0 :: forall (v :: Type -> Type) n . (R1 v, Num n) => Deformation v v ndiagrams-lib Diagrams.TwoD.Deform The parallel projection onto the plane x=0
parallelY0 :: forall (v :: Type -> Type) n . (R2 v, Num n) => Deformation v v ndiagrams-lib Diagrams.TwoD.Deform The parallel projection onto the plane y=0
applyAll :: [a -> a] -> a -> adiagrams-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.
forAllValid :: (Show a, GenValid a, Testable prop) => (a -> prop) -> Propertygenvalidity-sydtest Test.Syd.Validity No documentation available.
forAllValid :: (Show a, GenValid a, Testable prop) => (a -> prop) -> Propertygenvalidity-sydtest Test.Syd.Validity.Property No documentation available.
forAllValid :: (Show a, GenValid a, Testable prop) => (a -> prop) -> Propertygenvalidity-sydtest Test.Syd.Validity.Property.Utils No documentation available.