This repository contains source code from week 2.
├── src
│ ├── WebDemo.hs
│ ├── Sort.hs
│ ├── Purity.hs
│ ├── Impurity.java
│ ├── Types.hs
│ ├── Typeclasses.hs
│ ├── Lazy.hs
│ ├── Strict.java
│ └── HOF.hs
└── webdemo.cabal
Execute cabal run
to run the web server demo. The first time it takes a while -
it downloads and compiles a web server from source.
Then visit the following link.