aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/field/separable.v
diff options
context:
space:
mode:
authorCyril Cohen2018-11-24 17:58:35 +0100
committerGitHub2018-11-24 17:58:35 +0100
commitadd6e85884691faef1bf8742e803374815672cc2 (patch)
tree2ffb41f5afa11a147989c8efcc1dcb295ae2ed2b /mathcomp/field/separable.v
parent967088a6f87405a93ce21971392c58996df8c99f (diff)
parentf049e51c39077a025907ea87c08178dad1841801 (diff)
Merge pull request #249 from anton-trunov/prenex-implicits
Merge Arguments and Prenex Implicits
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 8185314..528b314 100644
--- a/mathcomp/field/separable.v
+++ b/mathcomp/field/separable.v
@@ -170,7 +170,7 @@ Qed.
End SeparablePoly.
-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.
-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.
-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].
+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}.