From: Martin Jambon <martin.jambon@ens-lyon.org>
To: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] Option functions (or lack thereof) + operator for composition
Date: Tue, 16 Nov 2010 09:45:50 -0800 [thread overview]
Message-ID: <4CE2C34E.7030407@ens-lyon.org> (raw)
In-Reply-To: <20101116115115.GA4149@rhodium.pps.jussieu.fr>
On 11/16/10 03:51, Gabriel Kerneis wrote:
> On Tue, Nov 16, 2010 at 12:43:30PM +0100, Thomas Gazagnaire wrote:
>> You are not forced to use match expression, you can just define :
>> let is_none x = match x with None -> true | Some _ -> false
>> and is_some x = not (is_none x)
>> and then use these functions in your code ...
>
> Or even simpler:
> let is_none = (=) None
> let is_some = (!=) None
> Note that you can use this directly, for instance:
> List.filter ((!=) None) l
I would like to add that I also follow this general approach consisting
in defining such trivial functions where I need them. Being trivial
does not mean that they are going to be used everywhere.
It makes the code easier to *read*.
My 2 cents.
Martin
next prev parent reply other threads:[~2010-11-16 17:44 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1853021343.44703.1289906871683.JavaMail.root@zmbs4.inria.fr>
2010-11-16 11:43 ` Thomas Gazagnaire
2010-11-16 11:51 ` Gabriel Kerneis
2010-11-16 17:45 ` Martin Jambon [this message]
2010-11-16 11:27 Serge Le Huitouze
2010-11-16 11:49 ` [Caml-list] " David Allsopp
2010-11-16 14:23 ` Michael Ekstrand
2010-11-16 13:30 ` Jacques Garrigue
2010-11-16 13:52 ` Serge Le Huitouze
2010-11-16 14:19 ` dmitry grebeniuk
2010-11-16 14:26 ` Michael Ekstrand
2010-11-16 15:18 ` bluestorm
2010-11-16 15:26 ` bluestorm
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=4CE2C34E.7030407@ens-lyon.org \
--to=martin.jambon@ens-lyon.org \
--cc=caml-list@yquem.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