System F type checker Simple type checker implemented in Scala. How to build $ git clone https://github.com/adkozlov/system-f-type-checker.git $ cd system-f-type-checker $ sbt compile How to run tests $ sbt test