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 5dc3c35 commit a9d89b5Copy full SHA for a9d89b5
apps/tc/theories/db.v
@@ -102,11 +102,15 @@ Elpi Db tc.db lp:{{
102
103
% relates a projection to the its record type fully applied to fresh
104
% variables, eg, rules have the shape: (pi P1 ... PN\ proj->record {{p}} {{r P1 .. PN}})
105
+ % MANUALLY INSERTED by TC.AddRecordFields
106
pred proj->record i:constant, o:term.
107
108
+ % tells if a term is a coercion
109
+ % MANUALLY INSERTED by Elpi Accumulate
110
:index (5)
111
pred coercion-unify i:term.
112
113
+ % Used to print bench infos
114
pred time-is-active i:(list string -> prop).
115
}
116
}}.
0 commit comments