https://github.com/kuabem/haskell-hacking
Watch me trying to learn haskell
https://github.com/kuabem/haskell-hacking
Last synced: about 1 year ago
JSON representation
Watch me trying to learn haskell
- Host: GitHub
- URL: https://github.com/kuabem/haskell-hacking
- Owner: KuabeM
- Created: 2020-08-04T20:38:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T22:25:54.000Z (almost 6 years ago)
- Last Synced: 2025-01-21T19:17:26.718Z (over 1 year ago)
- Language: Haskell
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Estimation Calculator
Usage:
```ghci
:load Estimation.hs
let start = (DayMonth 30 3, 35752)
let middle = (DayMonth 13 7, 36030)
let end = (DayMonth 2 8, 36094)
prettyEstimate [start, middle, end] 10.12 0.2242
```
With cabal:
```bash
cabal build
cabal exec haskell-hacking
# or execute directly
./dist-newstyle/build/x86_64-linux/ghc-8.8.3/haskell-hacking-0.1.0.0/x/haskell-hacking/build/haskell-hacking/haskell-hacking
```