cc4f18c062
see issue #756
6 lines
114 B
Text
6 lines
114 B
Text
LEAN_INFORMATION
|
||
inductive nat : Type₁
|
||
constructors:
|
||
nat.zero : ℕ
|
||
nat.succ : ℕ → ℕ
|
||
END_LEAN_INFORMATION
|