We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acee920 commit d59999aCopy full SHA for d59999a
src/coq_elpi_HOAS.ml
@@ -2993,7 +2993,7 @@ let comInductive_interp_mutual_inductive_constr ~cumulative ~poly ~template ~fin
2993
}
2994
in
2995
let env_ar = Environ.pop_rel_context (List.length ctx_params) env_ar_params in
2996
- ComInductive.interp_mutual_inductive_constr ~arities_explicit:[true] ~template_syntax:[SyntaxAllowsTemplatePoly] ~flags ~env_ar ~ctx_params
+ ComInductive.interp_mutual_inductive_constr ~arities_explicit:[true] ~template_syntax:[SyntaxAllowsTemplatePoly ()] ~flags ~env_ar ~ctx_params
2997
[%%endif]
2998
2999
0 commit comments