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

Switch back.

parent b30af731
No related branches found
No related tags found
No related merge requests found
......@@ -47,8 +47,8 @@ Definition preimage : U1 -> Prop := fun x1 => A2 (f x1).
Context {U3 : Type}. (* Universe. *)
Variable f12 : U1 -> U2. (* Function. *)
Variable f23 : U2 -> U3. (* Function. *)
Variable f12 : U1 -> U2. (* Function. *)
Definition compose : U1 -> U3 := fun x1 => f23 (f12 x1).
......
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