diagrams-contrib-1.4.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, HasOrigin t, Alignable t, TrailLike t, Num t1, Juxtaposable t, Semigroup t, Eq t1) => t1 -> t Source #

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

grid :: ((~#) (* -> *) (* -> *) (V a) V2, Transformable a, Alignable a, Monoid a, HasOrigin a, Juxtaposable a, TrailLike 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 :: (Typeable * n, TrailLike (QDiagram b V2 n m), Ord n, Floating n, Semigroup m, Monoid m) => QDiagram b V2 n m Source #

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

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

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