mirth-lang/mirth

Types with same unqualified name but different arity break

casuallyblue opened this issue · 0 comments

Currently if there are two types defined in different modules but with the same name, unless they match in arity, the compiler throws an error about the wrong number of arguments for the type mismatching

here is a minimal example of the bug in action:
https://git.casuallyblue.dev/mirth/compiler-failure