Documentation

Lean.Data.Lsp.Ipc

def Lean.Lsp.Ipc.readRequestAs (expectedMethod : String) (α : Type) [inst : Lean.FromJson α] :
Equations
Equations
def Lean.Lsp.Ipc.runWith {α : Type} (lean : System.FilePath) (args : optParam (Array String) #[]) (test : Lean.Lsp.Ipc.IpcM α) :
IO α
Equations