https://github.com/tolikpylypchuk/hs-bowling
A library which calculates a bowling score, written in Haskell
https://github.com/tolikpylypchuk/hs-bowling
functional-programming haskell haskell-stack
Last synced: 3 months ago
JSON representation
A library which calculates a bowling score, written in Haskell
- Host: GitHub
- URL: https://github.com/tolikpylypchuk/hs-bowling
- Owner: TolikPylypchuk
- License: mit
- Created: 2018-11-26T18:45:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T16:06:39.000Z (over 6 years ago)
- Last Synced: 2025-02-14T23:45:14.272Z (4 months ago)
- Topics: functional-programming, haskell, haskell-stack
- Language: Haskell
- Size: 31.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hs-bowling
An app which calculates a bowling score, written in Haskell.
This is a copy of the [FsBowling](https://github.com/TolikPylypchuk/FsBowling)
app, which is written in F#.