summaryrefslogtreecommitdiff
path: root/Tutorial.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 /Tutorial.v
parent967ef647c79fa0409671b819a1ab5477419eb762 (diff)
parent8917ab003a9b7f2abf8e399b5e7ad013b31a2e0e (diff)
Merge tag 'upstream/0.3'
Upstream version 0.3
Diffstat (limited to 'Tutorial.v')
-rw-r--r--Tutorial.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tutorial.v b/Tutorial.v
index 8b4c753..76006ca 100644
--- a/Tutorial.v
+++ b/Tutorial.v
@@ -311,7 +311,7 @@ Section Peano.
can specify which equivalence relation to use by declaring
instances of the [AAC_lift] type class: *)
- Instance lift_le_eq : AAC_lift le eq.
+ Instance lift_le_eq : AAC_lift le eq := {}.
(** (This instance is automatically inferred because [eq] is always a
valid candidate, here for [le].) *)