Skip to content

Commit d59999a

Browse files
committed
Adapt to rocq-prover/rocq#19985 (template poly has pseudo sort poly)
1 parent acee920 commit d59999a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coq_elpi_HOAS.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2993,7 +2993,7 @@ let comInductive_interp_mutual_inductive_constr ~cumulative ~poly ~template ~fin
29932993
}
29942994
in
29952995
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
2996+
ComInductive.interp_mutual_inductive_constr ~arities_explicit:[true] ~template_syntax:[SyntaxAllowsTemplatePoly ()] ~flags ~env_ar ~ctx_params
29972997
[%%endif]
29982998

29992999

0 commit comments

Comments
 (0)