jamesdabbs / pi-base.hs

A Haskell-powered modernization of Counterexamples in Topology
MIT License
39 stars 5 forks source link

improved code readability #44

Closed konradvoelkel closed 9 years ago

konradvoelkel commented 9 years ago

using forM_ instead of code repetition

jamesdabbs commented 9 years ago

:thumbsup: I've recently taken to using those monadic control structures more often - https://github.com/jamesdabbs/pi-base.hs/blob/api/Import.hs#L10