
11 Aug
2007
11 Aug
'07
1:44 a.m.
On 08/09/2007 04:10 PM, shunsuke wrote: [snip]
FWIW, oven(http://tinyurl.com/2axp2l) implemented that. :-) In .html file:
/libs/oven/doc/html/oven/concepts.html there's: For any Pipable Object p the following must be met: * x|p(x1,..,xN) is a valid expression if and only if make_p(x, x1,..xN) is a valid expression. If p is actually, my_p, does this mean make_p in the above constraint is actually make_my_p? I ask because, otherwise, I don't see why there's any need to mention p(x1,...,xN).