aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/algebra/ssralg.v
diff options
context:
space:
mode:
Diffstat (limited to 'mathcomp/algebra/ssralg.v')
-rw-r--r--mathcomp/algebra/ssralg.v35
1 files changed, 17 insertions, 18 deletions
diff --git a/mathcomp/algebra/ssralg.v b/mathcomp/algebra/ssralg.v
index 9ccb92f..854335d 100644
--- a/mathcomp/algebra/ssralg.v
+++ b/mathcomp/algebra/ssralg.v
@@ -3727,24 +3727,23 @@ End TermDef.
Bind Scope term_scope with term.
Bind Scope term_scope with formula.
-Arguments Add _ _%T _%T.
-Arguments Opp _ _%T.
-Arguments NatMul _ _%T _%N.
-Arguments Mul _ _%T _%T.
-Arguments Inv _ _%T.
-Arguments Exp _ _%T _%N.
-Arguments Equal _ _%T _%T.
-Arguments Unit _ _%T.
-Arguments And _ _%T _%T.
-Arguments Or _ _%T _%T.
-Arguments Implies _ _%T _%T.
-Arguments Not _ _%T.
-Arguments Exists _ _%N _%T.
-Arguments Forall _ _%N _%T.
-
-Arguments Bool [R].
-Prenex Implicits Const Add Opp NatMul Mul Exp Bool Unit And Or Implies Not.
-Prenex Implicits Exists Forall.
+Arguments Add {_} _%T _%T.
+Arguments Opp {_} _%T.
+Arguments NatMul {_} _%T _%N.
+Arguments Mul {_} _%T _%T.
+Arguments Inv {_} _%T.
+Arguments Exp {_} _%T _%N.
+Arguments Equal {_} _%T _%T.
+Arguments Unit {_} _%T.
+Arguments And {_} _%T _%T.
+Arguments Or {_} _%T _%T.
+Arguments Implies {_} _%T _%T.
+Arguments Not {_} _%T.
+Arguments Exists {_} _%N _%T.
+Arguments Forall {_} _%N _%T.
+
+Arguments Bool {R}.
+Arguments Const {R}.
Notation True := (Bool true).
Notation False := (Bool false).