Aug. 1, 2013
11:13 a.m.
On 1 August 2013 12:07, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi guys
we should not use caseOf: in the image. So I will start removing them.
Other than switching on _type_, what is the problem? foo caseOf: { [1] -> ['one']. [2] -> ['two']. } otherwise: ['three'] What's wrong with this? frank
Stef