Skip to content

Commit

Permalink
list functionality in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
phixid committed Dec 10, 2017
1 parent f08d82d commit e0fd965
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ Subterfuge will provide you with good documentation in the comments and a docume
This means you will be able to implement the behaviour yourself using the documentation and tests
as a guide, making sure your own implementation behaves as expected.

## Functionality

- [Box](#box)
- LazyBox
- composeLeft
- composeRight
- pipeLeft
- pipeRight

## Functional concepts
### Box
A Box takes a value and boxes it up. On the box you'll be able to use a minimal, Box-specific API
Expand Down

0 comments on commit e0fd965

Please sign in to comment.