Files
newt/tests/Duplicate.newt
Steve Dunham a9718621e3
Some checks failed
Publish Playground / build (push) Has been cancelled
Publish Playground / deploy (push) Has been cancelled
Initial LSP implementation/vscode support
2026-02-12 20:26:15 -08:00

8 lines
182 B
Agda

module Duplicate
-- duplicate name should fail
-- FIXME FC is wrong here
data Either : U -> U -> U where
Left : {a b : U} -> a -> Either a b
Left : {a b : U} -> b -> Either a b