Closed NoamDev closed 2 months ago
Running command bend run-c main.bend With code
bend run-c main.bend
type Fun: nat2nat {f: u24->u24} def main: return 1
Error:
Errors: In main.bend : - expected: ',' - detected: 2 | nat2nat {f: u24->u24}
Expected behavior: This should check.
Example:
615-add-progressive-typing-to-bend
No response
Reproducing the behavior
Running command
bend run-c main.bend
With codeError:
Expected behavior: This should check.
System Settings
Example:
615-add-progressive-typing-to-bend
Last commit in that branch at the time of writing: https://github.com/HigherOrderCO/Bend/commit/eaa2809a0c066b2ebc129dca89354435d1cebd17Additional context
No response