On 1 August 2013 12:07, Stéphane Ducasse <[email protected]> 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
>

Reply via email to