aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/GENERATEDIdentifiersWithoutTypes.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GENERATEDIdentifiersWithoutTypes.v b/src/GENERATEDIdentifiersWithoutTypes.v
index 1fca4e115..a7763c0c1 100644
--- a/src/GENERATEDIdentifiersWithoutTypes.v
+++ b/src/GENERATEDIdentifiersWithoutTypes.v
@@ -637,7 +637,7 @@ Module Compilers.
(eta_ident_cps_gen
(fun idc
=> let ii := ident_infos_of idc in
- match dep_types ii, indep_types ii with
+ match dep_types ii, indep_types ii return _ with (* COQBUG(https://github.com/coq/coq/issues/9955) *)
| [], [] => true
| _, _ => false
end))) in