Skip to content

Commit

Permalink
Update Readme to exclude the for comprehension.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricemery committed Feb 14, 2019
1 parent 8de27f7 commit 7ef5817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/accumulate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Check out the test suite to see the expected function signature.

## Restrictions

Keep your hands off that collect/map/fmap/whatchamacallit functionality
provided by your standard library!
Keep your hands off the map, flatMap and for comprehension functionality
provided by the standard library!
Solve this one yourself using other basic tools instead.

The Scala exercises assume an SBT project scheme. The exercise solution source
Expand Down

0 comments on commit 7ef5817

Please sign in to comment.