Open gebner opened 3 years ago
def d : OptionM Nat := do let a := (← some 1) let b ← none let c := (← none) + 2 -- this let is not highlighted, the others well pure b