Closed heades closed 7 years ago
Consider the following example:
Grady> let x = triv 3 Grady> :d ["let x = triv (3)"] Grady> :t x NotArrowType Unit Grady>
However, the repl should never allow a definition that doesn't type check to be added to the queue.
fixed
Consider the following example:
However, the repl should never allow a definition that doesn't type check to be added to the queue.