Hi everyone,

I just tried to build extlib with the most recent checkout of ocaml (rev 11286):
The build fails on the extHashtbl.ml module:

---
Error: The implementation extHashtbl.ml
       does not match the interface extHashtbl.cmi:
       ...
       In module Hashtbl:
       Values do not match:
         val create : ?seed:int -> int -> ('a, 'b) t
       is not included in
         val create : int -> ('a, 'b) t
---

As far as I understand the problem, extlib's Hashtbl claims to implement the 
Hashtbl-interface from the standard library.
Previous OCaml versions were ok with extlib's "create" function having an 
additional optional parameter, but 3.13. seems to think different.
Is this on purpose or a bug?


Regards

-Markus

-- 
Markus Weißmann, M.Sc.
Technische Universität München
Institut für Informatik
Boltzmannstr. 3
D-85748 Garching
Germany
http://wwwknoll.in.tum.de/



-- 
Caml-list mailing list.  Subscription management and archives:
https://sympa-roc.inria.fr/wws/info/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to