aboutsummaryrefslogtreecommitdiff
path: root/src/Galois/GaloisTheory.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/Galois/GaloisTheory.v')
-rw-r--r--src/Galois/GaloisTheory.v9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/Galois/GaloisTheory.v b/src/Galois/GaloisTheory.v
index e95eed864..8fa1b4113 100644
--- a/src/Galois/GaloisTheory.v
+++ b/src/Galois/GaloisTheory.v
@@ -158,14 +158,7 @@ Module GaloisTheory (M: Modulus).
(* Ring properties *)
- Ltac GFexp_tac t :=
- match t with
- | Z0 => N0
- | Zpos ?n => Ncst (Npos n)
- | Z_of_N ?n => Ncst n
- | NtoZ ?n => Ncst n
- | _ => NotConstant
- end.
+ Ltac GFexp_tac t := Ncst t.
Lemma GFdecidable : forall (x y: GF), Zeq_bool x y = true -> x = y.
Proof.