aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Andres Erbsen <andreser@mit.edu>2015-09-18 20:25:13 -0400
committerGravatar Andres Erbsen <andreser@mit.edu>2015-09-18 20:25:13 -0400
commit0405696ce957658ec71d122c2597af729f520c74 (patch)
tree5b2fd444050652da620645e295e7ae115b7d95aa /src
parentf8e43aead0d6aec47c0d55af0bf01dcbfcc1e468 (diff)
make `field` work when GaloisField and GaloisFieldTheory are imported at the same time (h/t @daniel-ziegler)
Diffstat (limited to 'src')
-rw-r--r--src/Galois/GaloisFieldTheory.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Galois/GaloisFieldTheory.v b/src/Galois/GaloisFieldTheory.v
index db585150b..7782ea48d 100644
--- a/src/Galois/GaloisFieldTheory.v
+++ b/src/Galois/GaloisFieldTheory.v
@@ -9,7 +9,7 @@ Unset Strict Implicits.
Module GaloisFieldTheory (M: Modulus).
Module Field := GaloisField M.
- Import M Field.
+ Export M Field.
(* Notations *)
Delimit Scope GF_scope with GF.