10 lines
155 B
Text
10 lines
155 B
Text
prelude
|
|
|
|
structure And where
|
|
left : Type
|
|
right : Type
|
|
|
|
#check And
|
|
--^ textDocument/completion
|
|
#check And.
|
|
--^ textDocument/completion
|