lots of cleanup
[coq-hetmet.git] / src / ReificationFromGeneralizedArrow.v
index e6f8ad6..a53b2e2 100644 (file)
@@ -27,7 +27,7 @@ Require Import GeneralizedArrow.
 Definition reification_from_garrow (K:Enrichment) {ce} (C:MonoidalEnrichment ce) (garrow : GeneralizedArrow K C)
  : Reification K C (mon_i C).
   refine
-  {| reification_r         := fun k:K => RepresentableFunctor K k >>>> garrow
+  {| reification_r         := fun k:K => HomFunctor K k >>>> garrow
    ; reification_rstar_f   :=                                garrow >>>> me_mf C
    ; reification_rstar     := MonoidalFunctorsCompose _ _ _ _ _ garrow (me_mf C)
    |}.