diagrams-contrib-1.4.0.1: Collection of user contributions to diagrams EDSL

Copyright(c) 2011 Brent Yorgey
LicenseBSD-style (see LICENSE)
Maintainerbyorgey@cis.upenn.edu
Safe HaskellNone
LanguageHaskell2010

Diagrams.Example.Logo

Description

Source code for creating the diagrams logo.

Documentation

sierpinski :: ((~#) (* -> *) (* -> *) (V t) V2, Alignable t, TrailLike t, HasOrigin t, Juxtaposable t, Semigroup t, Num t1, Eq t1) => t1 -> t Source #

a1 :: ((~#) (* -> *) (* -> *) (V b) V2, Alignable b, TrailLike b, HasOrigin b, Transformable b, HasStyle b, Juxtaposable b, Semigroup b, Typeable * (N b)) => b Source #

grid :: ((~#) (* -> *) (* -> *) (V a) V2, Alignable a, TrailLike a, HasOrigin a, Transformable a, Juxtaposable a, Monoid a, Semigroup a) => a Source #

gbkg :: forall b n m. (TrailLike (QDiagram b V2 n m), Monoid m, Semigroup m, TypeableFloat n) => QDiagram b V2 n m Source #

a2 :: (TrailLike (QDiagram b V2 n m), Monoid m, Semigroup m, Typeable * n, Ord n, Floating n) => QDiagram b V2 n m Source #

ps :: Fractional n => [P2 n] Source #

s :: ((~#) (* -> *) (* -> *) (V b) V2, TrailLike b, HasOrigin b, Transformable b, HasStyle b, Monoid b, Semigroup b, Typeable * (N b)) => b Source #

disk :: ((~#) (* -> *) (* -> *) (V b) V2, TrailLike b, Transformable b, HasStyle b, Typeable * (N b)) => Colour Double -> b Source #