Skip to content

Commit

Permalink
Uncomment proof
Browse files Browse the repository at this point in the history
Commented by accident!
  • Loading branch information
Lysxia committed Jan 15, 2020
1 parent 58896ae commit 9d75393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/CatTheory.v
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Section CategoryTheory.
(assoc_r >>>
(bimap (id_ J) assoc_r >>>
(assoc_l >>> bimap swap (id_ (bif B D)))))).
Proof. Admitted. (* cat_auto. Qed. *)
Proof. cat_auto. Qed.

End CategoryTheory.

Expand Down

0 comments on commit 9d75393

Please sign in to comment.