lean4-htt/tests/lean/interactive/863.lean
2023-07-28 07:50:09 -07:00

16 lines
236 B
Text

prelude
namespace Lean
class MonadRef where
getRef : Type
export MonadRef (getRef)
end Lean
open Lean in
#check getRe
--^ textDocument/completion
namespace Lean
#check getRe
--^ textDocument/completion
end Lean