DePauwREU2013 / scales

2 stars 0 forks source link

composeWithNamed #15

Open mfansler opened 11 years ago

mfansler commented 11 years ago

Such a function could provide a clean way to fold over all the graphics matching a name without having to pass in that annoying Phantom as the identity every time.

def composeWithNamed(graphicTransform: Graphic => Graphic): Graphic