From: Kenneth Knowles <kknowles@berkeley.edu>
To: caml-list@inria.fr
Subject: Re: [Caml-list] type annotations for function values
Date: Thu, 25 Mar 2004 12:00:37 -0800 [thread overview]
Message-ID: <20040325200037.GA19143@tallman.kefka.frap.net> (raw)
In-Reply-To: <16483.13886.930859.583419@gargle.gargle.HOWL>
The syntax for what you want is:
# let f (x : float) (y : float) : int = 3 in 4;;
You almost had it:
On Thu, Mar 25, 2004 at 08:42:54PM +0100, fis@wiwi.hu-berlin.de wrote:
> let ((f (x : float) (y : float)) : int) = 3 in 4;;
Kenn
-------------------
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
prev parent reply other threads:[~2004-03-25 20:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-25 19:42 fis
2004-03-25 20:00 ` Kenneth Knowles [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=20040325200037.GA19143@tallman.kefka.frap.net \
--to=kknowles@berkeley.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