aconite-ac / theorem_proving_in_lean4

Theorem Proving in Lean 4 日本語訳
https://aconite-ac.github.io/theorem_proving_in_lean4_ja/
Apache License 2.0
10 stars 2 forks source link

Foo.add が抜けている #8

Closed Seasawher closed 7 months ago

Seasawher commented 7 months ago

6 Lean との対話

現在の名前空間 Foo の中で、コマンド export Nat (succ add sub) は、Nat.succ、Nat.add、Nat.sub に対して別名 Foo.succ、Foo.succ、Foo.sub を生成する。

Foo.add が抜けています.

aconite-ac commented 7 months ago

ご指摘ありがとうございます。 明らかな誤りですので修正いたします。