lean4-htt/tests/lean/run/500_lean3.lean
2021-05-20 15:17:36 -07:00

4 lines
126 B
Text

example (foo bar : OptionM Nat) : False := by
have : do { let x ← bar; foo } = bar >>= fun x => foo := rfl
admit
done