We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142fb08 commit d0e8e0dCopy full SHA for d0e8e0d
tests/subtype.v
@@ -22,7 +22,7 @@ SubK : forall x Px, val (@Sub x Px) = x
22
23
HB.structure Definition SUB (T : Type) (P : pred T) := { S of is_SUB T P S }.
24
25
-HB.structure Definition SubInhab T P := { sT of is_inhab T & is_SUB T P sT }.
+HB.structure Definition SubInhab (T : Type) P := { sT of is_inhab T & is_SUB T P sT }.
26
27
HB.structure Definition SubNontrivial T P := { sT of is_nontrivial sT & is_SUB T P sT }.
28
0 commit comments