https://github.com/piotrjustyna/haskell-concurrency
concurrent haskell
https://github.com/piotrjustyna/haskell-concurrency
Last synced: 8 months ago
JSON representation
concurrent haskell
- Host: GitHub
- URL: https://github.com/piotrjustyna/haskell-concurrency
- Owner: PiotrJustyna
- License: mit
- Created: 2023-01-16T15:32:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T09:59:17.000Z (over 2 years ago)
- Last Synced: 2025-01-11T16:38:59.933Z (9 months ago)
- Language: Shell
- Size: 8.45 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# haskell-concurrency
Exercises in concurrent haskell.
## compilation & execution
* **Examples 1-5** are intended to be compiled directly with ghc (`ghc example.hs`) and executed as a regular executable.
* **Example 6** uses external modules, so in order to make my life easier, it is a stack project. To compile: `stack build`, to execute: `stack exec geturls-exe`.