Open rtfeldman opened 2 years ago
To reproduce, add these type aliases to a roc program, or the repl:
Tool : [X, FromJob Job] Job : [Job Tool (List Job)]
For example:
The rockin’ roc repl ──────────────────────── Enter an expression, or :help, or :q to quit. » Tool : [X, FromJob Job] … Job : [Job Tool (List Job)] … {} thread 'main' has overflowed its stack fatal runtime error: stack overflow Abort trap: 6
I think this is a duplicate of https://github.com/roc-lang/roc/issues/3216
To reproduce, add these type aliases to a roc program, or the repl:
For example: