lean4-htt/tests/lean/run/tryPostponeIssue.lean
2022-02-03 13:24:19 -08:00

3 lines
132 B
Text

notation:50 e:51 " matches' " p:51 => (match e with | p => true | _ => false)
def g (x : Nat) := if x + 1 matches' 1 then x else 0