Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Francois Thomasset <francois.thomasset@inria.fr>
To: caml-list@inria.fr
Subject: Re: [Caml-list] Function definition with multiple patterns in  multiple equations
Date: Tue, 08 Jan 2002 14:16:53 +0100	[thread overview]
Message-ID: <200201081316.g08DGrv08292@ionie.inria.fr> (raw)
In-Reply-To: Message from =?iso-8859-1?Q?Jos=E9_Romildo_Malaquias?=  <romildo@uber.com.br> of "Tue, 08 Jan 2002 11:08:36 -0200." <20020108110836.A9147@darling.home.br>

> I am trying to define a function in OCaml with multiple equations (rules)
> and multiple patterns in each equation.
It looks like this is what you want:
let f x = function
  0 when x = 0 -> 1
  | _ -> 0;;

-- 
					François Thomasset.
					INRIA (A3)

Tel: +33 (1) 39-63-54-75
Fax: +33 (1) 39-63-53-30 ou +33 (1) 39-63-59-95
Email: Francois.Thomasset@inria.fr
Smail: INRIA, Rocquencourt, BP 105, 78153 Le Chesnay Cedex, France


-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


  reply	other threads:[~2002-01-08 13:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <romildo@uber.com.br>
2002-01-08 13:08 ` José Romildo Malaquias
2002-01-08 13:16   ` Francois Thomasset [this message]
2002-01-08 13:18   ` Clement Renard
2002-01-08 13:26   ` John Prevost
2002-01-11  9:23     ` Xavier Leroy
2002-01-11  9:47     ` Andreas Rossberg
2002-01-08 13:30   ` Remi VANICAT
2002-01-09 13:28     ` [Caml-list] teil recursive function and GC Christophe Raffalli

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=200201081316.g08DGrv08292@ionie.inria.fr \
    --to=francois.thomasset@inria.fr \
    --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