lean4-htt/tests/lean/run/decidelet.lean
2020-12-31 09:47:05 -08:00

3 lines
57 B
Text

theorem ex : let x := 1; x < 2 := by
intro x
decide!