Semantic core intermediate language (experimental)
This project consists of a Haskell package named semantic-core. The library’s sources are in src.
Development of semantic-core is typically done using cabal new-build:
cabal new-build # build the library
cabal new-repl # load the package into ghci
cabal new-test # build and run the doctests