Documentation

Lean.Server.Rpc.RequestHandling

Instances For

    Checks whether a builtin RPC procedure exists with the given name.

    Instances For
      def Lean.Server.wrapRpcProcedure (method : Name) (paramType respType : Type) [RpcEncodable paramType] [RpcEncodable respType] (handler : paramTypeRequestM (RequestTask respType)) :
      Instances For
        def Lean.Server.registerBuiltinRpcProcedure (method : Name) (paramType respType : Type) [RpcEncodable paramType] [RpcEncodable respType] (handler : paramTypeRequestM (RequestTask respType)) :
        Instances For