lean4-htt/tests/lean/run/derivingLspEncoding.lean
Wojciech Nawrocki 9664fc88e0 chore: add test
2021-07-24 10:45:28 +02:00

11 lines
215 B
Text

import Lean.Server.FileWorker.LspEncoding
open Lean Server
structure Foo where
a : Array Nat
deriving LspEncoding with { withRef := true }
structure Bar where
fooRef : WithRpcRef Foo
deriving LspEncoding