4 lines
76 B
Text
4 lines
76 B
Text
example (n) : nat.pred n = n :=
|
|
begin
|
|
dsimp {fail_if_unchanged := ff}
|
|
end
|