Diagrams/Dev
From HaskellWiki
(Difference between revisions)
m (link to GHC ticket) |
m (→Design notes: add link to new page of notes re: transformations) |
||
| Line 5: | Line 5: | ||
* [[/Bounds|Bounding functions]] | * [[/Bounds|Bounding functions]] | ||
* [[/Freezing|Freeze, attribute transformation, and the backend API]] | * [[/Freezing|Freeze, attribute transformation, and the backend API]] | ||
| + | * [[/Transformations|Notes on the representation of transformations: linear and affine transformations, inverse, transpose, etc.]] | ||
== Releases == | == Releases == | ||
Revision as of 21:21, 21 July 2012
1 Design notes
- Text support
- Notes on extending support for paths
- Bounding functions
- Freeze, attribute transformation, and the backend API
- Notes on the representation of transformations: linear and affine transformations, inverse, transpose, etc.
2 Releases
3 Miscellaneous links
- [1]: ticket re: GHC error messages with ambiguous type variables. This comes up a lot when using diagrams, it would be nice to see this ticket resolved.
