Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.41 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.41 KB

Functional Programming (NAIL097)

Lecture: Wednesday 12:20 in S9

This repository contains the accompanying code that will be discussed during the lectures. The package doesn't contain an executable; it is primarily meant to be used in a REPL environment.

To start out, run:

cabal repl

This should start GHCI and load the module Untyped. If you want to mess with the type inference, load the Typed module by running the following in your GHCI:

:m *Typed

The package is also fully documented. You can generate the documentation by running:

cabal haddock

Resources

Programming Tools

Requirements

  • Oral exam at the end of the semester