Browse thread
[Caml-list] Pattern matching missing (or brain damage?)
- Alessandro Baretta
[
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: | -- (:) |
| From: | Alessandro Baretta <alex@b...> |
| Subject: | [Caml-list] Pattern matching missing (or brain damage?) |
I believe I remember a pattern matching construct where an expression could be associated with multiple patterns. match <expr> with | A(_) | B(_) | C(_) -> foo | C(_) | D(_) | E(_) -> bar Neither does the compiler accept such code, nor does the manual mention such construct. Has it been removed from the language or am I suffering severe brain damage from too much O'Caml coding? Alex ------------------- 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