Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Technologicat committed Aug 6, 2018
1 parent 0f4fbbc commit 610fc39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,8 @@ def outer_result(outer_loop, y, outer_acc):
assert outer_result == ((1, 2), (2, 4), (3, 6))
```

If you feel the trailing commas ruin the aesthetics, see ``unpythonic.misc.pack``.

#### ``break``

The main way to exit an FP loop (also early) is, at any time, to just ``return`` the final result normally.
Expand Down

0 comments on commit 610fc39

Please sign in to comment.