caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Wojciech Meyer <wojciech.meyer@gmail.com>
To: caml-list@inria.fr
Subject: [Caml-list] [ANN] OMonad 0.2
Date: Sat, 09 Feb 2013 22:58:25 +0000	[thread overview]
Message-ID: <wf38x5umb2.fsf@gmail.com> (raw)

Hello,

OMonad 0.2 is out! Mostly thanks to the contributions by Jeremy Yallop!

This is a new release of -ppx based syntax extension for monadic
programming that brings to you the following new features:

- generalised handling of patterns on the left side of monadic assignment
- backtracking via fail function
- rich set of examples, including advanced examples and mini parsing
  combinator library

It's worth to note that I perceive this release as the first stable
release, however it requires the current trunk compiler, therefore
version 1.0.0 will follow up after the official compiler release.

Here is an example how to use omonad with OASIS, usually these three
lines are enough:

  BuildDepends:     compiler-libs, compiler-libs.common
  ByteOpt+:         -ppx ppx_monad
  NativeOpt+:       -ppx ppx_monad

Github repository with issue tracking:

   https://github.com/danmey/omonad

tarball:

   https://github.com/danmey/omonad/archive/omonad-0.2.0.tar.gz

However, the preferred way to install omonad now is:

    $ opam update
    $ opam install omonad

this is already available in the git OPAM repository.


Enjoy!

--
Wojciech Meyer
http://danmey.org

                 reply	other threads:[~2013-02-09 22:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=wf38x5umb2.fsf@gmail.com \
    --to=wojciech.meyer@gmail.com \
    --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).