diagrams / diagrams-haddock

Preprocessor for including inline diagrams in Haddock documentation
Other
10 stars 4 forks source link

A few errors when run against diagrams-lib #1

Closed fryguybob closed 11 years ago

fryguybob commented 11 years ago

I wrote a little script to run diagrams-haddock against diagrams-lib and it encountered a couple of problems http://hpaste.org/83072.

The strangest one is removing of a space in src/Diagrams/Coordinates.hs:

-data a :& b = a :& b
+data a :& b = a :&b