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
commit8917ab003a9b7f2abf8e399b5e7ad013b31a2e0e (patch)
treeddabcfad1c52bf730690b1be7c900f25dcdf0ec3 /Tutorial.v
parent9216cffaaa1ef137ef5bdb5b290a930cc6198850 (diff)
Imported Upstream version 0.3upstream/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].) *)