12 Oct
2008
12 Oct
'08
1:34 a.m.
Andrew Coppin wrote:
Martin DeMello wrote:
http://blog.moertel.com/articles/2006/10/18/a-type-based-solution-to-the-str...
is a brilliant example of a common workaday problem found in other languages, and solved elegantly in Haskell
Oh, hey, that's pretty nice...
... and a solution to a problem that you souldn't have in the first place. I mean, if you want to construct XML or SQL statements, you ought to use an abstract data type that ensures proper nesting etc. and not a simple string. Regards, apfelmus