add some missing files, clean up a little
This commit is contained in:
6
tests/Duplicate.newt
Normal file
6
tests/Duplicate.newt
Normal 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
|
||||
Reference in New Issue
Block a user