Skip to content

Simply typed lambda calculus extended with custom base types, option, records, and lists.

License

Notifications You must be signed in to change notification settings

jtpaasch/extstt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

extstt

Simply typed lambda calculus extended with custom base types, options, records, and lists.

Build

Download the project, e.g.:

git clone https://..../extstt.git
cd extstt 

Build it:

make build

To clean:

make clean

Development

Download the project, e.g.:

git clone https://..../extstt.git
cd extstt 

To build the library (using cabal 3.0+):

cabal build

Or:

make

To import a particular library module into GHCi:

Prelude> :l lib/Calculus/Extra/Examples.hs

To load all libraries into GHCi:

cabal repl extstt 

To clean:

cabal clean

Or:

make clean

About

Simply typed lambda calculus extended with custom base types, option, records, and lists.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published