Gregory Boyd

Results 1 issues of Gregory Boyd

When using a `nat @ comptime` in the signature of a nested function, the variable is not defined ```python @guppy def foo(n: nat @ comptime) -> None: @guppy def bar(arr:...