Initial LSP implementation/vscode support
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user