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