Translation of pattern matching

John Rose john.r.rose at oracle.com
Mon Aug 7 21:46:31 UTC 2017


On Aug 7, 2017, at 2:43 PM, John Rose <john.r.rose at oracle.com> wrote:
> 
> int i = indy[X.CLASSIFIER](c0);

correction, that should have been

int i = indy[X.CLASSIFIER](t, c0);

It's always (t, c), never just (c).

And the only (t) is the first setup call to get the c.




More information about the amber-dev mailing list