partial implementation of MonoidalFunctorsCompose
authorAdam Megacz <adam@megacz.com>
Sun, 27 Mar 2011 02:13:15 +0000 (19:13 -0700)
committerAdam Megacz <adam@megacz.com>
Sun, 27 Mar 2011 02:13:15 +0000 (19:13 -0700)
src/MonoidalCategories_ch7_8.v

index 8d78f33..e07d035 100644 (file)
@@ -436,7 +436,10 @@ Section MonoidalFunctorsCompose.
   { mf_id        := id_comp         (mf_id mf2) (functors_preserve_isos f2 (mf_id mf1))
   ; mf_coherence := mf_compose_coherence
   }.
-  Admitted.
+  admit.
+  admit.
+  admit.
+  Defined.
 
 End MonoidalFunctorsCompose.