lean4-htt/tests/lean/run/app_builder_issue1.lean
2016-06-10 18:29:41 -07:00

5 lines
132 B
Text

exit
constant f {A : Type} (a : A) {B : Type} (b : B) : nat
example (a b c d : nat) : a = c → b = d → f a b = f c d :=
by simp