antitypical / Manifold

An implementation of a dependently-typed intermediate language used by Tesseract.
MIT License
30 stars 0 forks source link

Expected/actual types are shown out of context #182

Open robrix opened 8 years ago

robrix commented 8 years ago

We show the expected/actual type at some (potentially deep) location during typechecking, where it’s hard to tell which subexpression they apply to, or why.

Following Elm, we could print out the whole types and diff them to resolve this. See also #181 for the diffing portion.