aboutsummaryrefslogtreecommitdiffstats
path: root/main.hs
AgeCommit message (Collapse)AuthorFilesLines
2018-05-17Copy the result to the clipboardRaymond Hogenson1-1/+3
It's copied to the primary selection since that's most convenient for me. I hope that's not confusing for anyone. Next step, multithreading.
2018-05-17Write a calculatorRaymond Hogenson1-0/+34
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.