Skip to content

Add type inference to the compiler

Pierre-Emmanuel Wulfman requested to merge adding_inferance_and_checker into dev

Add a type inference in the pipeline (@ligo.suzanne.soy 's new typer) and move the old typer as a typechecker.

The inference is disabled by default. Use the --infer flag to enable it.

Edited by Pierre-Emmanuel Wulfman

Merge request reports