0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
May 25, 2023 — May 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
export named and lookupN More... about 13 years ago
some cleanup in Core, and a few extra bits in Name More... about 13 years ago
move Style into a separate module More... about 13 years ago
a few additions to Names More... about 13 years ago
generalized Action instance for applicative monoids More... about 13 years ago
nicer definitions for applicative monoids thanks to Conal More... about 13 years ago
applicative monoid instance -- to be used for lists of names More... about 13 years ago
minor cleanup More... about 13 years ago
another massive refactoring Update definition of AnnDiagram to be a UDTree with *heterogeneous lists* of monoids. Also define a notion of monoid actions (of the down-annotations on the up-) which simplifies a lot of things like transform etc. Sometimes I'm afraid this is getting too complicated, but for the moment it seems to be working out nicely. More... about 13 years ago
fix bug in Monoid instance for UDTree: shouldn't ignore annotations just because there are no children! More... about 13 years ago
preliminary work on representing monoidal annotations by heterogeneous lists More... about 13 years ago
add HasStyle class for things with a style. More... about 13 years ago
cleanup More... about 13 years ago
whoops, Monoid instance for diagrams needs to be flipped to get primitives in the right order for rendering More... about 13 years ago
bug fix: moveOriginTo for diagrams shouldn't do anything to the bounds etc. since the call to 'transform' will do that. The problem was that when aligning, etc., bounds were getting translated twice. More... about 13 years ago
whoops, forgot to transform bounding function, name set, and annotations along with the rest of the diagram! More... about 13 years ago
add Monoid constraint to adjustDia and renderDia More... about 13 years ago
export setBounds More... about 13 years ago
don't export AnnDiagram constructor More... about 13 years ago
export some diagram accessors More... about 13 years ago
export mkAD function for constructing AnnDiagrams More... about 13 years ago
add SplitMonoid and UDTree to .cabal file More... about 13 years ago
fix up G.R.Diagrams.hs exports More... about 13 years ago
implement applyStyle and freeze More... about 13 years ago
refactor to represent diagrams by UDTrees and get Core.hs typechecking again More... about 13 years ago
generalize types of foldUD and flatten More... about 13 years ago
generalize types of getU and applyD More... about 13 years ago
generalize types of mapU and mapD More... about 13 years ago
add HasOrigin instance for NameSet More... about 13 years ago
add Monoid instance for UDTree More... about 13 years ago