We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc03dc commit 58f4e12Copy full SHA for 58f4e12
HB/factory.elpi
@@ -231,8 +231,8 @@ declare-mixin-or-factory MixinSrcClauses SectionCanonicalInstance
231
232
abstract-over-section TheParams TheType MixinSrcClauses SectionCanonicalInstance coq.abstract-indt-decl RDecl RDeclClosed _,
233
234
-
235
- if (get-option "primitive" tt ; not(Fields = end-record))
+ % TODO cleanup
+ if (get-option "primitive" tt ; (not(get-option "primitive" ff) , not(Fields = end-record)))
236
(@primitive! => log.coq.env.add-indt RDeclClosed R)
237
(log.coq.env.add-indt RDeclClosed R),
238
0 commit comments