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 9e7231b commit efc03dcCopy full SHA for efc03dc
HB/factory.elpi
@@ -232,7 +232,7 @@ declare-mixin-or-factory MixinSrcClauses SectionCanonicalInstance
232
abstract-over-section TheParams TheType MixinSrcClauses SectionCanonicalInstance coq.abstract-indt-decl RDecl RDeclClosed _,
233
234
235
- if (get-option "primitive" tt)
+ if (get-option "primitive" tt ; 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