Documentation

Lean.Server.Rpc.RequestHandling

Instances For

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

    Equations
    Instances For
      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 : paramTypeRequestM (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 : paramTypeRequestM (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.
            Instances For