We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9125c commit dd93d69Copy full SHA for dd93d69
theories/ssr/ssrbool.v
@@ -1366,7 +1366,7 @@ Module Export PredSortOfSimplCoercion := DeclarePredSortOfSimpl PredOfSimpl.
1366
Definition predArgType := Type.
1367
Bind Scope type_scope with predArgType.
1368
Identity Coercion sort_of_predArgType : predArgType >-> Sortclass.
1369
-Coercion pred_of_argType (T : predArgType) : simpl_pred T := predT.
+Coercion pred_of_argType (T : Type) : simpl_pred T := predT.
1370
Notation "{ : T }" := (T%type : predArgType) : type_scope.
1371
1372
(** Boolean relations.
0 commit comments