Don't allow uppercase pattern variables

This commit is contained in:
2026-02-20 16:12:54 -08:00
parent 7d5789147d
commit c54b856f0b
5 changed files with 24 additions and 2 deletions

6
tests/LowerPatVar.newt Normal file
View File

@@ -0,0 +1,6 @@
module LowerPatVar
import Prelude
foo : Nat × Nat Nat
foo (ZZ , y) = Z