Equations
- Lean.Server.instInhabitedRpcProcedure = { default := { wrapper := default } }
@[implemented_by _private.Lean.Server.Rpc.RequestHandling.0.Lean.Server.evalRpcProcedureUnsafe]
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Server.wrapRpcProcedure
(method : Name)
(paramType respType : Type)
[RpcEncodable paramType]
[RpcEncodable respType]
(handler : paramType → RequestM (RequestTask respType))
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Server.registerBuiltinRpcProcedure
(method : Name)
(paramType respType : Type)
[RpcEncodable paramType]
[RpcEncodable respType]
(handler : paramType → RequestM (RequestTask respType))
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.