There are my solutions of problems from course of type theory in ITMO, 2019
- GHC (compiler and interactive environment for Haskell)
- Alex (tool for generating lexical analysers in Haskell)
- Happy (parser generator system for Haskell)
Note: This tools contains in Haskell Platform.
-
Make sure you have installed all Dependencies.
-
Clone this repository.
$ git clone https://github.com/akifev/type-theory.git
-
Select problem.
$ cd type-theory/A/ # for example problem A
-
Run application.
$ make run
-
Delete generated files.
$ make clean
-
Pack project.
$ make pack
-
Run.
$ rm -Rf <path>
Note: <path> - path to type-theory/ directory
Note: Statements are available on Russian language