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 61db29b commit 615d71cCopy full SHA for 615d71c
src/coq_elpi_HOAS.ml
@@ -2962,6 +2962,7 @@ let comInductive_interp_mutual_inductive_constr _ _ _ ~cumulative ~poly ~templat
2962
template = Some false;
2963
auto_prop_lowering = false;
2964
finite;
2965
+ mode = None;
2966
}
2967
in
2968
ComInductive.interp_mutual_inductive_constr ~arities_explicit:[true] ~template_syntax:[SyntaxAllowsTemplatePoly] ~flags
0 commit comments