diff options
| author | Jasper Hugunin | 2018-02-22 01:57:03 -0800 |
|---|---|---|
| committer | Jasper Hugunin | 2018-02-22 01:57:03 -0800 |
| commit | fe058c3300cf2385f1079fa906cbd13cd2349286 (patch) | |
| tree | bb8debf9cdbdb1785efd7b3f394258024f97da09 /mathcomp/odd_order/BGsection12.v | |
| parent | ddc1cc6857821220b9a67af0af042282200dbf44 (diff) | |
Change Implicit Arguments to Arguments in odd_order
Diffstat (limited to 'mathcomp/odd_order/BGsection12.v')
| -rw-r--r-- | mathcomp/odd_order/BGsection12.v | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mathcomp/odd_order/BGsection12.v b/mathcomp/odd_order/BGsection12.v index 7cc32ed..ea39e9d 100644 --- a/mathcomp/odd_order/BGsection12.v +++ b/mathcomp/odd_order/BGsection12.v @@ -241,9 +241,9 @@ Qed. End Introduction. -Implicit Arguments tau2'1 [[M] x]. -Implicit Arguments tau3'1 [[M] x]. -Implicit Arguments tau3'2 [[M] x]. +Arguments tau2'1 {M} [x]. +Arguments tau3'1 {M} [x]. +Arguments tau3'2 {M} [x]. (* This is the rest of B & G, Lemma 12.1 (parts b, c, d,e, and f). *) Lemma sigma_compl_context M E E1 E2 E3 : @@ -2680,7 +2680,7 @@ Qed. End Section12. -Implicit Arguments tau2'1 [[gT] [M] x]. -Implicit Arguments tau3'1 [[gT] [M] x]. -Implicit Arguments tau3'2 [[gT] [M] x]. +Arguments tau2'1 {gT M} [x]. +Arguments tau3'1 {gT M} [x]. +Arguments tau3'2 {gT M} [x]. |
