6 lines
78 B
Text
6 lines
78 B
Text
exit
|
|
example (a b : nat) : a = b → a = b :=
|
|
begin
|
|
intro,
|
|
assumption
|
|
end
|