diff --git a/README.md b/README.md new file mode 100644 index 0000000..d25b2a5 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +## Haskell lectures + +Two haskell lectures: introduction and higher order functions. + +### Building + +To build the pdf files (both beamer and article): +``` +make +```