fix README formatting

This commit is contained in:
darkf 2013-10-20 17:45:00 -07:00
parent e2b98244f5
commit 77b49494b5
1 changed files with 7 additions and 6 deletions

View File

@ -4,15 +4,16 @@ It's not meant for real-world use but for educational purposes on writing an int
**Features**
* No re-assignment (i.e., once you bind a value, you can't re-assign it)
* Pattern matching
* No re-assignment (i.e., once you bind a value, you can't re-assign it)
* Pattern matching
f([]) -> "nothing".
f([a]) -> one thing".
* Imperative I/O
* Higher-order functions
* Partial evaluation on curried functions
* Imperative I/O
* Higher-order functions
* Partial evaluation on curried functions
** Hello World! **
**Hello World!**
`examples/helloworld.lamb`: