caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Issac Trotts <ijtrotts@ucdavis.edu>
To: OCaml Mailing List <caml-list@inria.fr>
Subject: Re: [Caml-list] number_binary
Date: Mon, 2 Dec 2002 12:46:54 -0800	[thread overview]
Message-ID: <20021202204654.GE17839@beech> (raw)
In-Reply-To: <H6ES4M$90C92BB1D5F3855F2FFDC6C3E48F14AF@libero.it>

On Sat, Nov 30, 2002 at 10:38:46PM +0100, altavillasalvatore@libero.it wrote:
> Hi all,
> Is present in ocaml a function to binary operations?
> 
> 100 and 011 = 000
> or
> not
> xor

Have a look at pervasives.mli in the standard OCaml library:

land
lor
lnot
lxor

are the functions you're looking for.

Issac


-------------------
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


      parent reply	other threads:[~2002-12-02 20:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-30 21:38 altavillasalvatore
2002-11-30 21:50 ` Pierre Weis
2002-12-02 20:46 ` Issac Trotts [this message]

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=20021202204654.GE17839@beech \
    --to=ijtrotts@ucdavis.edu \
    --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;
as well as URLs for NNTP newsgroup(s).