lean2/tests/lean/run/702.lean

7 lines
94 B
Text
Raw Normal View History

definition bar := bool
example (b : bar) : bool :=
begin
rewrite [↓bar],
assumption
end