Skip to content

vituscze/fp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional Programming (NAIL097)

Lecture: Wednesday 14:00 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published