Simplified the quarantine style a little bit by merging some of the functions.

This commit is contained in:
Crista Lopes
2013-11-28 19:31:18 -08:00
parent 6e1e07e56f
commit 9c474d619f
2 changed files with 5 additions and 19 deletions

View File

@@ -3,7 +3,7 @@ Style #24
Constraints:
- Core program functions have no side effects of any kind, inlcuding IO
- Core program functions have no side effects of any kind, including IO
- All IO actions must be contained in computation sequences that are
clearly separated from the pure functions