Documentation

Lean.Server.Rpc.RequestHandling

Instances For

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

    Equations
      Instances For
        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