Skip to content
Snippets Groups Projects
Commit e6ec2867 authored by Ralf Jung's avatar Ralf Jung
Browse files

remove unnecessary side-condition from ofe_funCF_contractive

parent 8f1c4c86
No related branches found
No related tags found
No related merge requests found
......@@ -1178,7 +1178,7 @@ Qed.
Notation "T -c> F" := (@ofe_funCF T%type (λ _, F%CF)) : cFunctor_scope.
Instance ofe_funCF_contractive `{Finite C} (F : C cFunctor) :
Instance ofe_funCF_contractive {C} (F : C cFunctor) :
( c, cFunctorContractive (F c)) cFunctorContractive (ofe_funCF F).
Proof.
intros ? A1 A2 B1 B2 n ?? g.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment