User:Lenny222

From HaskellWiki
Revision as of 16:23, 16 November 2009 by Lenny222 (talk | contribs)
Jump to navigation Jump to search

Things i think need improvement

Graphic Language

Figure = Figure {
	  fill :: Fill
	, shape :: Shape
	, stroke :: Stroke
	}

Fill = Fill {
	  paint :: Paint,
	}

Stroke = Stroke {
	  paint :: Paint,
	, strokeWidth :: Double,
	, dashPattern :: DashPattern
	--, miterLimit :: 
	}

Paint =
	  SolidColor
	| Pattern
	| Gradient

Shape =
	  Path
	| Primitive
	| Text

Primitive =
	  square
	| circle
	| ellipse
	| rectangle

class PathLike a =
	convertToPath :: a -> Path

Simplified Haskell homepage

A simplified Haskell frontpage

Other programming language homepages:

Contact

Contact me via

q 4 0 9

a t

k u d l i n g

d o t

d e


[1]