6 lines
94 B
Text
6 lines
94 B
Text
definition bar := bool
|
|
example (b : bar) : bool :=
|
|
begin
|
|
rewrite [↓bar],
|
|
assumption
|
|
end
|