From: "Till Varoquaux" <till.varoquaux@gmail.com>
To: "Karl Zilles" <zilles@1969web.com>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Simple idea for making a function infix
Date: Mon, 13 Nov 2006 22:06:22 +0100 [thread overview]
Message-ID: <9d3ec8300611131306m3864549v4ac6f204b27b2519@mail.gmail.com> (raw)
In-Reply-To: <4558D62E.2070403@1969web.com>
My mistake...
Sorry, seems like I've been very absent minded today...
Till
On 11/13/06, Karl Zilles <zilles@1969web.com> wrote:
> Till Varoquaux wrote:
> > First of all, sorry for the garbage on top of my last mail:
> > my computer hates me
> >
> > -to Jean Christophe: indeed, that's actually the composition function.....
> > -to skaller: Hum, I *should* have tested more thoroughly my "solution":
> >
> > let ( /* ) x y = y x
> > and ( */ ) x y = x y
> >
> > let sub = (-)
> >
> > 4 /*sub 5
> > (* is -1 *)
> > 4 /*sub*/ 5
> > (* is 1 *)
>
> You mean exactly the opposite, right?
>
> # 4 /*sub 5
> - : int = 1
> # 4 /*sub*/ 5
> - : int = -1
>
> Pardon if I'm just not keeping up with the conversation.
>
>
prev parent reply other threads:[~2006-11-13 21:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-13 7:23 Keisuke Nakano
2006-11-13 14:31 ` [Caml-list] " Chris King
2006-11-13 16:19 ` Till Varoquaux
2006-11-13 17:45 ` Jean-Christophe Filliatre
2006-11-13 17:58 ` skaller
2006-11-13 18:29 ` Till Varoquaux
2006-11-13 20:31 ` Karl Zilles
2006-11-13 21:06 ` Till Varoquaux [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=9d3ec8300611131306m3864549v4ac6f204b27b2519@mail.gmail.com \
--to=till.varoquaux@gmail.com \
--cc=caml-list@inria.fr \
--cc=zilles@1969web.com \
/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