https://github.com/thomwright/cis194
CIS 194: Introduction to Haskell (Spring 2015)
https://github.com/thomwright/cis194
Last synced: 2 months ago
JSON representation
CIS 194: Introduction to Haskell (Spring 2015)
- Host: GitHub
- URL: https://github.com/thomwright/cis194
- Owner: ThomWright
- License: bsd-3-clause
- Created: 2016-05-03T21:33:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-06T19:46:30.000Z (over 8 years ago)
- Last Synced: 2025-01-18T17:57:15.142Z (4 months ago)
- Language: Haskell
- Homepage: https://www.seas.upenn.edu/~cis194/
- Size: 349 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CIS194: Introduction to Haskell (Spring 2015)
1. Introduction to Haskell
2. Polymorphism and Functional Programming
3. Algebraic Data Types
4. Typeclasses
5. I/O
6. Lazy Evaluation
7. Monads
8. Monads II
9. Testing
10. Type Wizardry
11. GADTs in Action
12. Unsafe Haskell
13. Making Haskell Projects