lean4-htt/tests/lean/run/opt_param_cnsts.lean

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