fix: unification bug

This commit is contained in:
Shunsuke Shibayama 2024-05-24 20:24:18 +09:00
parent 26a9524df8
commit 2282d12a92
2 changed files with 9 additions and 2 deletions

View file

@ -48,3 +48,10 @@ ff! x: Str or NoneType =
do!: f0!()
f0!() = print! ""
f1! _: Str = f0!()
arr = [1]
for! arr, (_,) =>
if! True, do!:
if! True, do!:
if! True, do!:
todo()