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

++explicit types

parent e6b1e0dc
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ Section PUMMorphProps1.
intros x y HEq t; apply HEq.
Qed.
Program Definition PMCompl (σ : chain (T -m> U)) (σc : cchain σ) :=
Program Definition PMCompl (σ : chain (T -m> U)) (σc : cchain σ) : T -m> U :=
mkMUMorph (compl (liftc mu_morph_ne σ)) _.
Next Obligation.
intros x y HSub; simpl.
......
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