Skip to content
Snippets Groups Projects

Adapt to coq/coq#8829 (Error when [foo.(bar)] is used with nonprojection [bar])

Merged Gaëtan Gilbert requested to merge (removed):proj-syntax-check into master
1 unresolved thread
13 files
+ 19
19
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -74,7 +74,7 @@ Section mguard.
Qed.
Global Instance mutexguard_wf α ty `{!TyWf ty} : TyWf (mutexguard α ty) :=
{ ty_lfts := [α]; ty_wf_E := ty.(ty_wf_E) ++ ty.(ty_outlives_E) α }.
{ ty_lfts := [α]; ty_wf_E := ty.(ty_wf_E) ++ ty_outlives_E ty α }.
Global Instance mutexguard_type_contractive α : TypeContractive (mutexguard α).
Proof.
Loading