coalton-lang / coalton

Coalton is an efficient, statically typed functional programming language that supercharges Common Lisp.
https://coalton-lang.github.io/
MIT License
1.15k stars 70 forks source link

Source Error Slots #1217

Closed jbouwman closed 1 month ago

jbouwman commented 2 months ago

Normalize source condition notes by merging source-condition class and source-error struct.

Improve the checking of type inference errors: look for the exact text, rather than the condition.

jbouwman commented 1 month ago

generic function definitions here have been moved to separate PRs, other portions are obsolete