aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/solvable
diff options
context:
space:
mode:
authorCyril Cohen2018-07-19 11:56:59 +0100
committerGitHub2018-07-19 11:56:59 +0100
commitcd396d5e5de0ed51278df38961d4a455085fd53b (patch)
treee5e5f5ff58fd3b3c07afd49388afcab5cbbe165b /mathcomp/solvable
parentb8be28130d6a2a057858e3978c75ee0796630dce (diff)
parent10171942883948c8144ec076ef48eb73f8e49cdd (diff)
Merge pull request #204 from pi8027/replace-coinductive-with-variant
Replace all the CoInductives with Variants
Diffstat (limited to 'mathcomp/solvable')
-rw-r--r--mathcomp/solvable/frobenius.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/solvable/frobenius.v b/mathcomp/solvable/frobenius.v
index eb7ceab..98657b4 100644
--- a/mathcomp/solvable/frobenius.v
+++ b/mathcomp/solvable/frobenius.v
@@ -93,7 +93,7 @@ Definition Frobenius_action :=
End FrobeniusAction.
-CoInductive has_Frobenius_action G H : Prop :=
+Variant has_Frobenius_action G H : Prop :=
HasFrobeniusAction sT S to of @Frobenius_action G H sT S to.
End Definitions.