add SurjectiveEnrichment to SMME
authorAdam Megacz <adam@megacz.com>
Sun, 27 Mar 2011 19:22:12 +0000 (12:22 -0700)
committerAdam Megacz <adam@megacz.com>
Sun, 27 Mar 2011 19:22:12 +0000 (12:22 -0700)
src/RepresentableStructure_ch7_2.v

index 38d715d..05da4ee 100644 (file)
@@ -178,9 +178,11 @@ Coercion smme_me : SurjectiveMonicMonoidalEnrichment >-> MonicMonoidalEnrichment
 (* like SurjectiveMonicMonoidalEnrichment, but the Enrichment is a field, not a parameter *)
 Structure SMME :=
 { smme_e   : Enrichment
+; smme_see : SurjectiveEnrichment smme_e
 ; smme_mon : MonoidalEnrichment smme_e
 ; smme_mee : MonicMonoidalEnrichment _ smme_mon
 }.
 Coercion smme_e   : SMME >-> Enrichment.
+Coercion smme_see : SMME >-> SurjectiveEnrichment.
 Coercion smme_mon : SMME >-> MonoidalEnrichment.
 Coercion smme_mee : SMME >-> MonicMonoidalEnrichment.