d4e49a8434
see #695
5 lines
73 B
Text
5 lines
73 B
Text
example (a b : nat) : a = b → a = b :=
|
|
begin
|
|
intro,
|
|
assumption
|
|
end
|