summaryrefslogtreecommitdiff
path: root/AAC.v
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2012-09-20 09:41:14 +0200
committerGravatar Stephane Glondu <steph@glondu.net>2012-09-20 09:41:14 +0200
commit7ebd874126a513c29a8b10e7e6ea2c7e745ab33c (patch)
treedd3c16609149d401052607cc734538cec1fc913e /AAC.v
parent967ef647c79fa0409671b819a1ab5477419eb762 (diff)
parent8917ab003a9b7f2abf8e399b5e7ad013b31a2e0e (diff)
Merge tag 'upstream/0.3'
Upstream version 0.3
Diffstat (limited to 'AAC.v')
-rw-r--r--AAC.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/AAC.v b/AAC.v
index 0f5e85d..a16f1a0 100644
--- a/AAC.v
+++ b/AAC.v
@@ -82,7 +82,7 @@ Proof.
Qed.
Instance aac_lift_proper {X} {R : relation X} {E} {HE: Equivalence E}
- {HR: Proper (E==>E==>iff) R}: AAC_lift R E | 4.
+ {HR: Proper (E==>E==>iff) R}: AAC_lift R E | 4 := {}.
@@ -1132,4 +1132,4 @@ Section t.
End t.
-Declare ML Module "aac_tactics".
+Declare ML Module "aac".