From: Julian Brown <brown@cs.bris.ac.uk>
To: caml-list@inria.fr
Subject: [Caml-list] ExtLib BitSet broken?
Date: Mon, 18 Oct 2004 00:11:03 +0000 (UTC) [thread overview]
Message-ID: <slrncn62at.6h0.brown@panic.cs.bris.ac.uk> (raw)
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
next reply other threads:[~2004-10-18 0:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-18 0:11 Julian Brown [this message]
2004-10-19 12:55 ` Nicolas Cannasse
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=slrncn62at.6h0.brown@panic.cs.bris.ac.uk \
--to=brown@cs.bris.ac.uk \
--cc=caml-list@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox