Skip to content

Commit

Permalink
accumulate: point readers to test suite
Browse files Browse the repository at this point in the history
There was some confusion about whether or not the order in the README has anything to do with
the order of arguments expected in the test suite.

This is not the case, since different languages have different idioms when it comes to
enumerating. See #67.
  • Loading branch information
kytrinyx committed Jul 5, 2015
1 parent 858fe38 commit 62f4ae7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions accumulate.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Your code should be able to produce the collection of squares:

- 1, 4, 9, 16, 25

Check out the test suite to see the expected function signature.

## Restrictions

Keep your hands off that collect/map/fmap/whatchamacallit functionality
Expand Down

0 comments on commit 62f4ae7

Please sign in to comment.