[m-dev.] for review: accumulator.m 2

Fergus Henderson fjh at cs.mu.OZ.AU
Fri Jul 3 15:22:53 AEST 1998


On 03-Jul-1998, Peter David ROSS <petdr at cs.mu.OZ.AU> wrote:
> On 03-Jul-1998, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> > On 01-Jul-1998, Peter David ROSS <petdr at students.cs.mu.oz.au> wrote:
> > > 	%
> > > 	% This type is threaded through the processing of the compose
> > > 	% goals.  Its purpose is to help identify whether or not the
> > > 	% goals as a whole are assocative.
> > ...
> > > 	% The Prev Call Map records for the original dynamic var whether
> > > 	% previous calls have been commutative or not.
> > > 	%
> > > :- type rename
> > > 	--->	rename(
> > > 			list(var),		% Ys
> > > 			list(var),		% Y0s
> > > 			module_info,
> > > 			set(var),		% Static vars.
> > > 			set(var),		% Dynamic vars
> > > 			multi_map(var, var),	% Original Var map
> > > 			map(var, commutative)	% Prev call map
> > > 		).
> > 
> > The meaning of the Prev Call Map is still a bit mysterious.
> > Which previous calls do you mean?
> > Does it record whether *all* previous calls have been commutative
> > or whether just *some* previous calls were commutative?
>
> All previous calls must have been commutative.

OK, you should document that.

That only answers my second question; I still don't know which
calls you mean by the "previous calls".


-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.



More information about the developers mailing list