blob: 46b49e4a5c9125fb39d123fbd047ecc7277243e8 (
plain)
1
2
3
4
5
6
7
8
9
|
# CIS194 - Haskell Course from University of Pennsylvania
This repository contains notes and code I wrote while following [CIS194](https://www.seas.upenn.edu/~cis1940/spring13/lectures.html), a Haskell course from University of Pennsylvania.
The repository is structured in lectures. Every directory of the form `lecN` (where `N` is a two-digit number, `lec01`, `lec02`, etc.) in the repository's root is a lecture and it coincides exactly with a week of the course. Inside of each lecture directory there are my notes about it, homework given for that week, and possibly some other files given as part of the homework. My notes contain what I deem to be the most important concepts of the lecture, written as I'd write them if I had to explain the concepts to a friend.
---
All my notes and code are licensed through the [Unlicense license](https://unlicense.org/) and, therefore, they are released into the [public domain](https://en.wikipedia.org/wiki/Public_domain).
|