haskell-phrasebook
haskell-phrasebook copied to clipboard
WIP: adds "paths-and-directories" and "concurrent-processes" examples
- working with paths and directories
- concurrently working with processes
This is marked as WIP because it has a few problems:
- How to (or is it even a good idea to) import files from a previous lesson.
- Perhaps it's too complicated or too specific.
- I don't like that it applies a record update on
CreateProcesswithout introducingCreateProcessfirst. - Since it deals with files we're not creating, the results are sensitive to the user's environment.
Addresses issue: https://github.com/typeclasses/haskell-phrasebook/issues/22