Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
igl committed Oct 21, 2014
1 parent 7a6037c commit 626e128
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,6 @@ All functions with 2 or more arguments are curried for a smooth integration with
- defineStatic
- defineMeta

**Funcs** `prelude.funcs.<method>`

- noop
- curry
- apply
- applyTo
- applyNew
- flip
- chain
- tryCatch
- Class

**Strings** `prelude.strings.<method>`

- repeat
Expand All @@ -112,6 +100,19 @@ All functions with 2 or more arguments are curried for a smooth integration with
- gcd
- lcm

**Funcs** `prelude.funcs.<method>`

- noop
- curry
- apply
- applyTo
- applyNew
- flip
- chain
- concurrent
- tryCatch
- Class

**Types** `prelude.types.<method>`

- getType
Expand Down

0 comments on commit 626e128

Please sign in to comment.