Skip to content

Commit 093a8bb

Browse files
committed
fix test
1 parent 1d2acef commit 093a8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/hb_pack.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ HB.structure Definition Fun T := { F of isID T F }.
119119
Goal forall f : nat -> nat, forall p : (forall x, f x = x ), True.
120120
intros f p.
121121
pose F := isID.Build nat f p.
122-
pose T : Fun nat := HB.pack nat f F.
122+
pose T : Fun.type nat := HB.pack f F.
123123
Check T : Fun.type nat.
124124
Abort.
125125

0 commit comments

Comments
 (0)