aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/field/separable.v
diff options
context:
space:
mode:
authorJasper Hugunin2018-02-21 23:48:01 -0800
committerJasper Hugunin2018-02-21 23:48:01 -0800
commit40d53fc61a7907c7f08bf37b9ab045ef4a5a1fe9 (patch)
tree6f7346554b33f1ea2ed343185486a7ca469dccc4 /mathcomp/field/separable.v
parentcef1a8eadcdef812ce9ee2738cb294644fafbfab (diff)
Change Implicit Arguments to Arguments in field
Diffstat (limited to 'mathcomp/field/separable.v')
-rw-r--r--mathcomp/field/separable.v18
1 files changed, 9 insertions, 9 deletions
diff --git a/mathcomp/field/separable.v b/mathcomp/field/separable.v
index c3f3ebb..c5a1118 100644
--- a/mathcomp/field/separable.v
+++ b/mathcomp/field/separable.v
@@ -170,7 +170,7 @@ Qed.
End SeparablePoly.
-Implicit Arguments separable_polyP [R p].
+Arguments separable_polyP [R p].
Lemma separable_map (F : fieldType) (R : idomainType)
(f : {rmorphism F -> R}) (p : {poly F}) :
@@ -544,7 +544,7 @@ Qed.
End SeparableElement.
-Implicit Arguments separable_elementP [K x].
+Arguments separable_elementP [K x].
Lemma separable_elementS K E x :
(K <= E)%VS -> separable_element K x -> separable_element E x.
@@ -992,10 +992,10 @@ Qed.
End Separable.
-Implicit Arguments separable_elementP [F L K x].
-Implicit Arguments separablePn [F L K x].
-Implicit Arguments Derivation_separableP [F L K x].
-Implicit Arguments adjoin_separableP [F L K x].
-Implicit Arguments purely_inseparable_elementP [F L K x].
-Implicit Arguments separableP [F L K E].
-Implicit Arguments purely_inseparableP [F L K E].
+Arguments separable_elementP [F L K x].
+Arguments separablePn [F L K x].
+Arguments Derivation_separableP [F L K x].
+Arguments adjoin_separableP [F L K x].
+Arguments purely_inseparable_elementP [F L K x].
+Arguments separableP [F L K E].
+Arguments purely_inseparableP [F L K E].