You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tool: transpilation_tool(lean_code: "def plus_0_r_statement := ∀ n : Nat, n + 0 = n def plus_comm_statement := ∀ a b : Nat, a + b = b + a",coq_lean_identifiers: [object Object])
The inner tool is defined with async def translate(lean_code: str, coq_lean_identifiers: dict[str, str])
The text was updated successfully, but these errors were encountered:
I see
tool: transpilation_tool(lean_code: "def plus_0_r_statement := ∀ n : Nat, n + 0 = n def plus_comm_statement := ∀ a b : Nat, a + b = b + a",coq_lean_identifiers: [object Object])
The inner tool is defined with
async def translate(lean_code: str, coq_lean_identifiers: dict[str, str])
The text was updated successfully, but these errors were encountered: