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

comment

parent 0fb1fa43
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -73,6 +73,7 @@ Proof.
+ apply IH, Hαβ. etrans; last done. by apply submseteq_cons.
Qed.
(* Lift TyWf to lists. We cannot use `Forall` because that one is restricted to Prop. *)
Inductive TyWfLst `{typeG Σ} : list type Type :=
| tyl_wf_nil : TyWfLst []
| tyl_wf_cons ty tyl `{!TyWf ty, !TyWfLst tyl} : TyWfLst (ty::tyl).
......
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