On Friday, November 05, 2010 09:53:15 pm Noah Lavine wrote: > Hello, > > I was just reading module/language/tree-il/compile-glil.scm, and I > noticed it used a construct called 'record-case'. It looked neat, but > I didn't see documentation for it in any of the obvious places in the > manual (the section on records or the pattern-matching section). Is it > public? If so, is there documentation somewhere? > > Thanks, > Noah Lavine
Yes it looks like a cool thing, code for it is in (use-moules (system base syntax)) There you see how it works ;-) But perhaps the author can point to the pros and cons. Cheers /Stefan
