Difference between revisions of "Diagrams/Dev"

From HaskellWiki
Jump to navigation Jump to search
(add constraints link →‎Design notes)
(3 intermediate revisions by one other user not shown)
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]]
  +
* [[/Constraints|Constraint design notes]]
  +
  +
=== 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 ==
Line 28: Line 36:
 
* [http://homepages.cwi.nl/~ploeg/papers/padl131.pdf A Library for Declarative Resolution-Independent 2D Graphics] (PADL 2013)
 
* [http://homepages.cwi.nl/~ploeg/papers/padl131.pdf A Library for Declarative Resolution-Independent 2D Graphics] (PADL 2013)
 
* [http://conal.net/Pan/papers.htm Pan (Conal Elliott)]
 
* [http://conal.net/Pan/papers.htm Pan (Conal Elliott)]
  +
  +
Misc instructions
  +
  +
* How to add [[/IRCHooks|IRC Hooks]] to repositories in the github diagrams organization
   
 
== Releases ==
 
== Releases ==

Revision as of 03:57, 16 August 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.

Misc instructions

  • How to add IRC Hooks to repositories in the github diagrams organization

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