Documentation

Lean.Server.Rpc.RequestHandling

@[implemented_by _private.Lean.Server.Rpc.RequestHandling.0.Lean.Server.evalRpcProcedureUnsafe]
def Lean.Server.wrapRpcProcedure (method : Name) (paramType respType : Type) [RpcEncodable paramType] [RpcEncodable respType] (handler : paramTypeRequestM (RequestTask respType)) :
Equations
    Instances For
      def Lean.Server.registerBuiltinRpcProcedure (method : Name) (paramType respType : Type) [RpcEncodable paramType] [RpcEncodable respType] (handler : paramTypeRequestM (RequestTask respType)) :
      Equations
        Instances For
          Equations
            Instances For