lean4-htt/tests/lean/run/500_lean3.lean

4 lines
125 B
Text

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