lean4-htt/src/Lean/Server/Rpc.lean
2025-07-25 12:02:51 +00:00

14 lines
318 B
Text

/-
Copyright (c) 2021 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Wojciech Nawrocki
-/
module
prelude
public import Lean.Server.Rpc.Basic
public import Lean.Server.Rpc.Deriving
public import Lean.Server.Rpc.RequestHandling
public section