6 lines
122 B
Text
6 lines
122 B
Text
constant f : ℕ → ℕ
|
||
axiom foo {m n : ℕ} : f m = m
|
||
|
||
attribute [ematch] foo
|
||
|
||
example : true := begin[smt] eblast end
|