[
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: | Julian Brown <brown@c...> |
| Subject: | [Caml-list] ExtLib BitSet broken? |
Hi,
I have just found that the BitSet module in ExtLib doesn't seem to be
working for me any more. I'm using Ocaml 3.08.1 on Debian/x86 with
ExtLib version 1.2.
It's easy to reproduce this on my box at least:
jules@boris:~$ ledit ocaml extlib/extLib.cma -I +extlib
Objective Caml version 3.08.1
# let x = BitSet.empty ();;
val x : BitSet.t = <abstr>
# BitSet.set x 15;;
- : unit = ()
# BitSet.is_set x 15;;
- : bool = false
# BitSet.is_set x 14;;
- : bool = false
# BitSet.is_set x 16;;
- : bool = false
I'm sure it didn't do this before... does anyone have any clues what's
going on here?
Cheers,
Julian
-------------------
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