5 lines
58 B
Text
5 lines
58 B
Text
structure foo :=
|
|
(x : nat)
|
|
|
|
/-- doc string -/
|
|
def x := 10
|
structure foo :=
|
|
(x : nat)
|
|
|
|
/-- doc string -/
|
|
def x := 10
|