Re: Visitor pattern w/ separate iterator (like fold) need ideas

Vesa Karvonen <vesa.karvonen@cs.helsinki.fi>
9 Apr 2006 17:24:15 -0400

          From comp.compilers

Related articles
Visitor pattern w/ separate iterator (like fold) need ideas cfc@shell01.TheWorld.com (Chris F Clark) (2006-04-08)
Re: Visitor pattern w/ separate iterator (like fold) need ideas vesa.karvonen@cs.helsinki.fi (Vesa Karvonen) (2006-04-09)
RE: Visitor pattern w/ separate iterator (like fold) need ideas Ralf.Lammel@microsoft.com (Ralf Lammel) (2006-04-10)
Re: Visitor pattern w/ separate iterator (like fold) need ideas googlegroups@reillyhayes.com (Reilly) (2006-04-12)
Re: Visitor pattern w/ separate iterator (like fold) need ideas cfc@shell01.TheWorld.com (Chris F Clark) (2006-04-12)
| List of all articles for this month |

From: Vesa Karvonen <vesa.karvonen@cs.helsinki.fi>
Newsgroups: comp.compilers,comp.lang.functional
Date: 9 Apr 2006 17:24:15 -0400
Organization: University of Helsinki
References: 06-04-051
Keywords: functional
Posted-Date: 09 Apr 2006 17:24:15 EDT

In comp.lang.functional Chris F Clark <cfc@shell01.theworld.com> wrote:
[...]
> So, I am soliciting suggestions on how to improve this model.
> Including ones like read the XYZZY book or article.


Since you asked, cursory reading of your article reminded me of an
article by Jeremy Gibbons discussed (and linked to) here:


    Design Patterns as Higher-Order Datatype-Generic Programs
    http://lambda-the-ultimate.org/node/1360


-Vesa Karvonen


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.