lean4-htt/old_tests/tests/lean/run/opt_param_cnsts.lean
2018-04-10 12:56:55 -07:00

5 lines
105 B
Text

constant foo (a : nat) (b : bool := tt) : nat
axiom fooAx : foo 0 = 0
example : foo 0 = foo 0 tt :=
rfl