Recording is a REPL for a
cabal install
Execute cabal run
to start the REPL.
Recording (1.0.1). Type :h to see a list of available commands
λ> :h
For information on how to use the interpreter, type :h
in the REPL.
λ> :type \x -> x
∀t::U.(t -> t)
λ> :eval (\x -> x) 1
1
To run the test suite, execute the following:
cabal test
This work was part of my Master's thesis at FEUP.