aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories
diff options
context:
space:
mode:
authorGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2017-11-19 22:53:28 +0100
committerGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2017-11-28 12:31:33 +0100
commit0ad26633a4589d77de1f864733d1d953dab9ea91 (patch)
tree6a29523cc21038de964a935ff24c2c634b8c06eb /theories
parentf303ed9fb26797b9ec7d172fe583e7ee607ae441 (diff)
Fix (partial) #4878: option to stop autodeclaring axiom as instance.
Diffstat (limited to 'theories')
-rw-r--r--theories/Compat/Coq87.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/theories/Compat/Coq87.v b/theories/Compat/Coq87.v
index ef1737bf8..aeef9595d 100644
--- a/theories/Compat/Coq87.v
+++ b/theories/Compat/Coq87.v
@@ -15,3 +15,6 @@
and breaks at least fiat-crypto. *)
Declare ML Module "omega_plugin".
Unset Omega UseLocalDefs.
+
+
+Set Typeclasses Axioms Are Instances.