Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Commit

Permalink
hyperlinkages
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Sackman committed May 10, 2011
1 parent 49c3062 commit 19d2702
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ Erlando is a set of syntax extensions for Erlang. Currently it
consists of two syntax extensions, both of which take the form of
[parse transformers](http:https://www.erlang.org/doc/man/erl_id_trans.html).

* **Cut**: This adds support for cuts to Erlang. These are inspired by
the
* [**Cut**](#cut): This adds support for cuts to Erlang. These are
inspired by the
[Scheme form of cuts](http:https://srfi.schemers.org/srfi-26/srfi-26.html). Cuts
can be thought of as a light-weight form of abstraction, with
similarities to partial application (or currying).

* **Do**: This adds support for do-syntax and monads to Erlang. These
are heavily inspired by [Haskell](http:https://haskell.org), and the
monads and libraries are near-mechanical translations from the
Haskell GHC libraries.
* [**Do**](#do): This adds support for do-syntax and monads to
Erlang. These are heavily inspired by [Haskell](http:https://haskell.org),
and the monads and libraries are near-mechanical translations from
the Haskell GHC libraries.



Expand All @@ -42,8 +42,8 @@ Then, when compiling `test.erl`, you must ensure `erlc` can locate



Cut
---
Cut {#cut}
----------

### Motivation

Expand Down Expand Up @@ -221,6 +221,11 @@ effect, as they're already fully evaluated by that point.



Do {#do}
--------



License
-------

Expand Down

0 comments on commit 19d2702

Please sign in to comment.