File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -467,9 +467,7 @@ eapply functional_extensionality; intro x0.
467467refine (mrid _).
468468Qed .
469469
470- stop
471-
472- Program Definition icmfunQ_isICAlg (A B: ICMon.type) :
470+ (* Program Definition icmfunQ_isICAlg (A B: ICMon.type) :
473471 isICAlg (hom A B) := isICAlg.Build (hom A B) _ _.
474472Obligation 1.
475473econstructor.
@@ -496,24 +494,17 @@ simpl in *.
496494destruct ica0.
497495destruct isia0.
498496eapply aidem0; auto.
499- Qed .
497+ Qed. *)
500498
501- Program Definition icmfunQ_isICMon (A B: ICMon.type) :
499+ (* Program Definition icmfunQ_isICMon (A B: ICMon.type) :
502500 isICMon (hom A B) := isICMon.Build (hom A B) _ _.
503501Obligation 1.
504502eapply icmfunQ_isICAlg.
505503Qed.
506504Obligation 2.
507505eapply icmfunQ_isMon.
508- Qed .
506+ Qed. *)
509507
510508HB.instance Definition icmfunQ_isMonoid (A B: ICMon.type) :
511509 isMon (hom A B) := icmfunQ_isMon A B.
512510
513- HB.instance Definition icmfunQ_isICAlgebra (A B: ICMon.type) :
514- isICAlg (hom A B) := icmfunQ_isICAlg A B.
515-
516- HB.instance Definition icmfunQ_isICMonoid (A B: ICMon.type) :
517- isICMon (hom A B) := icmfunQ_isICMon A B.
518-
519- Check ICMon.type : ICAlg_enriched_quiver.type.
You can’t perform that action at this time.
0 commit comments