fix typo
authorAdam Megacz <adam@megacz.com>
Sat, 26 Mar 2011 08:39:02 +0000 (01:39 -0700)
committerAdam Megacz <adam@megacz.com>
Sat, 26 Mar 2011 08:39:02 +0000 (01:39 -0700)
src/RepresentableStructure_ch7_2.v

index 10f9bdd..38d715d 100644 (file)
@@ -179,8 +179,8 @@ Coercion smme_me : SurjectiveMonicMonoidalEnrichment >-> MonicMonoidalEnrichment
 Structure SMME :=
 { smme_e   : Enrichment
 ; smme_mon : MonoidalEnrichment smme_e
-; smme_me  : MonicMonoidalEnrichment smme_mon
+; smme_mee : MonicMonoidalEnrichment _ smme_mon
 }.
 Coercion smme_e   : SMME >-> Enrichment.
-Coercion smme_mon : SMME >-> MonoidalEnrichment smme_e.
-Coercion smme_me  : SMME >-> MonicMonoidalEnrichment smme_mon.
+Coercion smme_mon : SMME >-> MonoidalEnrichment.
+Coercion smme_mee : SMME >-> MonicMonoidalEnrichment.