PARCELAS PUNTA DE CHOROS O $2.000.000 SOLO JULIO Consulte Facilidades

2003-07-18 Thread Tu Tierra
Title: Punta de ChorosParcelas 5075 M2 Solo $2.000.000 Consulte facilidades OFERTA DE INVIERNO PARCELAS PUNTA DE CHOROS

Re: Case expressions, matching, and "constants"

2003-07-18 Thread Remi Turk
On Thu, Jul 17, 2003 at 12:03:19PM +0100, Bayley, Alistair wrote: > This is what I've turned it into to get it to work. It seems a bit clumsy; > is there a better way to write this? > > > test n = > > case True of > > _ | n == one -> "one" > > | n == two -> "two" > >