https://github.com/walkercoderanger/haskell-exercises
Learning Haskell - My solutions to Haskell Exercises for UPenn CIS 194 (Spring 2013)
https://github.com/walkercoderanger/haskell-exercises
Last synced: 9 months ago
JSON representation
Learning Haskell - My solutions to Haskell Exercises for UPenn CIS 194 (Spring 2013)
- Host: GitHub
- URL: https://github.com/walkercoderanger/haskell-exercises
- Owner: WalkerCodeRanger
- License: mit
- Created: 2019-05-20T14:55:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-03T19:55:11.000Z (over 6 years ago)
- Last Synced: 2025-04-04T00:41:26.784Z (11 months ago)
- Language: Haskell
- Size: 266 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Haskell Exercises for UPenn CIS 194 (Spring 2013)
As [recommended by Chris Allen](https://github.com/bitemyapp/learnhaskell), coauthor of the [Haskell Book](http://haskellbook.com), I'm working through the University of Pennsylvania [CIS 194 (Spring 2013) lectures and homework](https://www.seas.upenn.edu/~cis194/spring13/lectures.html) to brush up on Haskell. This repository is my solutions to the homework.
I've tried to follow the class [style guide](https://www.seas.upenn.edu/~cis194/spring13/docs/style.pdf). However, the function names provided and requested are often shorter than I'd like.
―Jeff Walker