
23 Oct
2007
23 Oct
'07
5:54 a.m.
On 10/22/07, Tim Docker
[...] You may then like to add a type class to turn things into renderables:
class IsRenderable where toRenderable :: a -> Renderable
instance IsRendeable Point where ... instance IsRenderable Line where ... [...]
Cool. I should get more familiar with basic Haskell98 before I decide on using GHC extensions... Thanks, TJ