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

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

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

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