Browse thread
[Caml-list] Matching when
-
Nicolas Cannasse
- Pierre Weis
- John Max Skaller
-
Remi VANICAT
- John Max Skaller
- Oleg
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2002-08-05 (16:23) |
From: | John Max Skaller <skaller@o...> |
Subject: | Re: [Caml-list] Matching when |
Remi VANICAT wrote: >"Nicolas Cannasse" <warplayer@free.fr> writes: > >>Hi ! >> >>I was thinking that the following should be possible : >> >>match e with >>| Any >>| Int x when x > 0 -> >> .... (* here we don't use x *) >>| .... >> > >well, I won't say it's beautiful, but this work : > >match (e, 10) with > | (Any, t) > | (Int t, _) when t > 0 -> > .... > | .... > Heh! This wins first prize for ugliest ocaml hack I have ever seen :-)) -- John Max Skaller, mailto:skaller@ozemail.com.au snail:10/1 Toxteth Rd, Glebe, NSW 2037, Australia. voice:61-2-9660-0850 ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners