Improve error locations
This commit is contained in:
9
tests/ErrorDup.newt
Normal file
9
tests/ErrorDup.newt
Normal file
@@ -0,0 +1,9 @@
|
||||
module ErrorDup
|
||||
|
||||
data Nat = Z | S Nat
|
||||
|
||||
data Nat = Z | S Nat
|
||||
|
||||
record Nat where
|
||||
|
||||
class Nat where
|
||||
Reference in New Issue
Block a user