Skip to content
Snippets Groups Projects
Commit 5e2bb9c0 authored by François Clément's avatar François Clément
Browse files

Typo.

parent 7edede9c
No related branches found
No related tags found
No related merge requests found
Pipeline #7166 waiting for manual action
......@@ -596,10 +596,10 @@ intros Hf Hg x3 Hx3;
exists x1; split; [| rewrite comp_correct Hx1b]; easy.
Qed.
End SurjS_Facts5.
End SurjS_Facts6.
Section SurjS_Facts6.
Section SurjS_Facts7.
Context {T1 T2 T3 : Type}.
......@@ -616,7 +616,7 @@ intros Hf H x3 Hx3; destruct (H _ Hx3) as [x1 [Hx1a Hx1b]].
exists (f x1); split; [apply Hf |]; easy.
Qed.
End SurjS_Facts6.
End SurjS_Facts7.
Section CanS_Facts1.
......
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