Not sure if I'm "doing it wrong", but this makes some things possible/easier.
Over-simplified example:
#lang pollen
◊(define x 4)
◊(define (f x) (set! x 3))
◊(f x)
Pollen crashes for this input without the void case.
Not sure if I'm "doing it wrong", but this makes some things possible/easier.
Over-simplified example:
```
#lang pollen
◊(define x 4)
◊(define (f x) (set! x 3))
◊(f x)
```
Pollen crashes for this input without the void case.
Not sure if I'm "doing it wrong", but this makes some things possible/easier.
Over-simplified example:
Pollen crashes for this input without the void case.
Seems right to me. Thanks.
01c8615626
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.