Browse thread
The Implicit Accumulator: a design pattern using optional arguments
[
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: | Mattias_Engdegård <mattias@v...> |
| Subject: | Re: [Caml-list] The Implicit Accumulator: a design pattern using optional arguments |
># "toto" == "alpha" ;; >- : bool = false Ahem. The comparison fails for "alpha" == "alpha" as well (which I meant to write). Sorry.