Don't allow uppercase pattern variables
This commit is contained in:
6
tests/LowerPatVar.newt
Normal file
6
tests/LowerPatVar.newt
Normal file
@@ -0,0 +1,6 @@
|
||||
module LowerPatVar
|
||||
|
||||
import Prelude
|
||||
|
||||
foo : Nat × Nat → Nat
|
||||
foo (ZZ , y) = Z
|
||||
Reference in New Issue
Block a user