fix openness inference for empty tag

This commit is contained in:
Anton-4 2024-07-06 16:29:10 +02:00
parent 3abc276937
commit 7180a93273
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
2 changed files with 21 additions and 3 deletions

View file

@ -3,5 +3,5 @@ app "test" provides [main] to "./platform"
walkHelp : {} -> [Continue {}, Break []]
main = when walkHelp {} is
# ^^^^^^^^^^^ [Break [], Continue {}]
# ^^^^^^^^^^^ [Break []w_a, Continue {}]
Continue {} -> {}