Difference between revisions of "Diagrams/Dev"

From HaskellWiki
Jump to navigation Jump to search
(→‎Design notes: Add links to new design notes)
Line 14: Line 14:
 
* [[/Paths|Notes on extending support for paths]]
 
* [[/Paths|Notes on extending support for paths]]
 
* [[/Bounds|Bounding functions]]
 
* [[/Bounds|Bounding functions]]
* [[/Freezing|Freeze, attribute transformation, and the backend API]]
 
 
* [[/Transformations|Notes on the representation of transformations: linear and affine transformations, inverse, transpose, etc.]]
 
* [[/Transformations|Notes on the representation of transformations: linear and affine transformations, inverse, transpose, etc.]]
 
* [[/Arrows|Arrows]]
 
* [[/Arrows|Arrows]]
 
* [[/Gradients|Gradients]]
 
* [[/Gradients|Gradients]]
  +
* [[/Expression|Backend type parameters and the expression problem]]
  +
* [[/Fixpoint|Fixpoint semantics]]
  +
  +
=== Outdated design notes ===
  +
  +
Stuff which is no longer current but kept here for historical reference.
  +
 
* [[/Freezing|Freeze, attribute transformation, and the backend API]] (after the merging of the "units" branch, freeze is no more)
   
 
== Links/resources ==
 
== Links/resources ==

Revision as of 20:22, 22 April 2014

Guidelines

Design notes

Outdated design notes

Stuff which is no longer current but kept here for historical reference.

Links/resources

Links to software, papers, documentation, etc. which is helpful or relevant.

Releases

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.
  • byorgey's time spent hacking on diagrams:

diagrams-thumb.png