recursive definition causes the compiler to hang
NotAFlyingGoose opened this issue · 2 comments
NotAFlyingGoose commented
failing input:
a :: a;
the only thing i've confirmed is that this isn't caused in the parser
crate
NotAFlyingGoose commented
I'm gonna work on this
NotAFlyingGoose commented
oh wow this was already fixed by ba118fc