lean4-htt/tests/lean/uni_bug1.lean
2017-03-09 18:41:19 -08:00

9 lines
176 B
Text

--
open nat prod
constant R : nat → nat → Prop
constant f (a b : nat) (H : R a b) : nat
axiom Rtrue (a b : nat) : R a b
#check f 1 0 (Rtrue (fst (prod.mk 1 (0:nat))) 0)