Browse thread
Annoying behaviour of OCaml
[
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: | Jean-Christophe_Filliātre <Jean-Christophe.Filliatre@l...> |
| Subject: | Re: [Caml-list] Annoying behaviour of OCaml |
Thomas Fischbacher wrote:
>
> Haskell 98 mode: Restart with command line option -98 to enable extensions
>
> Type :? for help
> Hugs.Base> ((17,23),[8,9,10]) < ((12,21),[8,9])
> False
> Hugs.Base>
and with ocaml:
Objective Caml version 3.10.1+rc1
# ((17,23),[8;9;10]) < ((12,21),[8;9]);;
- : bool = false
So where's the difference?
--
Jean-Christophe Filliātre
http://www.lri.fr/~filliatr/