tact icon indicating copy to clipboard operation
tact copied to clipboard

Introduce `--check-no-eval` CLI flag for typechecking without constant evaluation

Open anton-trunov opened this issue 6 months ago • 2 comments

--check does both typechecking and constant evaluation, but sometimes during debugging you need to know where the error comes from exactly. We should refactor out error messages to make it clearer but still having more fine-grained control over compilation stages looks desirable.

anton-trunov avatar Aug 02 '24 16:08 anton-trunov