aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-05-17Write a READMERaymond Hogenson1-0/+1
This is more to make Github happy than because I want to document it. It works perfectly as is.
2018-05-17Fix .cabal based on cabal checkRaymond Hogenson1-1/+4
I've taken out Wall, which I guess makes sense, and I've added a description. I don't plan on submitting this to Hackage or anything.
2018-05-17Write a calculatorRaymond Hogenson8-0/+903
It's pretty nice. It works for what I want. I don't think I have any complaints about its functionality. I'll add new functions as I need them. Haskell is actually really easy to program in. I wonder actually if this would have been easier in Python. I think no.