summaryrefslogtreecommitdiff
path: root/Coalpit/IO.hs
AgeCommit message (Collapse)Author
2017-12-20Remove Coalpit.IOdefanor
Better to focus on printing and parsing here, at least for now; besides, pipes are nice, but some may prefer other methods. The code is moved into an example instead.
2017-12-20Cleanup Coalpit.IOdefanor
Remove 'pipe', 'producer', and 'consumer' functions: they don't seem to be very useful, and are quite limiting.
2017-12-20Add Coalpit.IOdefanor