GrammaticalFramework / gf-core

Grammatical Framework core: compiler, shell & runtimes
https://www.grammaticalframework.org
Other
129 stars 35 forks source link

Improve error messages for str pattern matching #142

Open anka-213 opened 2 years ago

anka-213 commented 2 years ago

This also fixes some regressions in the error message from #87

This code can trigger the error: https://discord.com/channels/865093807343140874/865094084683366400/981235590097956905

anka-213 commented 2 years ago

There's still some unpushed changes

anka-213 commented 2 years ago

Good thing we have CI! Some of the changes were not compatible with older ghc versions.