0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 10 hours ago.
May 25, 2023 — May 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
split out Bounds into separate file, and introduce Boundable type class More... about 13 years ago
add moveTo function More... about 13 years ago
Transformable instances for Set and Map More... over 13 years ago
get attribute transformation working More... over 13 years ago
get rid of YET MORE useless constraints More... over 13 years ago
remove more useless class constraints. I think I got them all now (fingers crossed). More... over 13 years ago
small simplification More... over 13 years ago
remove old comment More... over 13 years ago
fix silly sign-flip bug in rebase More... over 13 years ago
add some types to test suite for transformations as free monoid on set of primitive generators More... over 13 years ago
add a few more tests More... over 13 years ago
more tests More... over 13 years ago
early beginnings of a test suite More... over 13 years ago
expose Util module More... over 13 years ago
make attributes transformable More... over 13 years ago
Transform.hs: add a bit of documentation More... over 13 years ago
Transform.hs: documentation fix for fromLinear More... over 13 years ago
use clearer GADT style for Attribute wrapper More... over 13 years ago
export prim for G.R.D More... over 13 years ago
a bit of reorganization and cleaning: + add the Util module which for now only exports (<>) = mappend + rename 'Basics' module to 'Diagrams' + delete some outdated imports and so on + I tried breaking up the basics module into a collection of smaller modules, but it turns out that everything in it depends on everything else in various cyclical ways, so it's harder than it sounds. So keeping everything in the same module is fine for now. More... over 13 years ago
break up G.R.D.Expressions into G.R.D.Points and G.R.D.Names More... over 13 years ago
use the AffineSpace class for points More... over 13 years ago
add adjustDia method to the Backend class More... over 13 years ago
remove more unnecessary class constraints More... over 13 years ago
clean up a lot of unnecessary class constraints More... over 13 years ago
fix translation bug in bounds transformation More... over 13 years ago
clean up some constraints More... over 13 years ago
distinguish between points and vectors More... over 13 years ago
get rid of LExpr's; they are not fundamental and should be reintroduced appropriately in the stdlib More... over 13 years ago
simplify some constraints More... over 13 years ago