guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Binding symbols in stages


From: Hans Aberg
Subject: Re: Binding symbols in stages
Date: Sat, 6 Mar 2010 13:11:26 +0100

Typos, it should have been for the curried function type:
 symbol<integer> x("x"), y("y");
function1<integer, function1<integer, integer> > add = x >>= y >>= x + y;
 // Binds to the right.

  Hans






reply via email to

[Prev in Thread] Current Thread [Next in Thread]