add some missing files, clean up a little

This commit is contained in:
2025-11-10 22:28:32 -08:00
parent d2e4664fc8
commit 2853de310b
9 changed files with 293 additions and 108 deletions

6
tests/Duplicate.newt Normal file
View File

@@ -0,0 +1,6 @@
module Duplicate
-- duplicate name should fail
data Either : U -> U -> U where
Left : {a b : U} -> a -> Either a b
Left : {a b : U} -> b -> Either a b