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