Re: Wiki problems

2002-10-17 Thread Shae Matijs Erisson
"John C. Peterson" <[EMAIL PROTECTED]> writes: > We're aware of the wiki problems. We've got out "wiki guy" working on > it and I hope everything will be working again soon. We won't lose > anything that's been posted to the wiki. Please be patient! At one point in the distant past there was t

representation getting verbose...

2002-10-17 Thread haskell-cafe-admin
Greetings Haskellers, I'm running into a problem representing some fairly complicated types, and I'll try to put together a simpler example to get your suggestions. In Paul Hudak's SOE, I find a definition of expression: data Expr = C Float | V String | Expr :+ Expr | Expr :- Expr |