Skip to content

Commit a9d89b5

Browse files
committed
cleanup
1 parent 5dc3c35 commit a9d89b5

File tree

1 file changed

+4
-0
lines changed
  • apps/tc/theories

1 file changed

+4
-0
lines changed

apps/tc/theories/db.v

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,15 @@ Elpi Db tc.db lp:{{
102102

103103
% relates a projection to the its record type fully applied to fresh
104104
% variables, eg, rules have the shape: (pi P1 ... PN\ proj->record {{p}} {{r P1 .. PN}})
105+
% MANUALLY INSERTED by TC.AddRecordFields
105106
pred proj->record i:constant, o:term.
106107

108+
% tells if a term is a coercion
109+
% MANUALLY INSERTED by Elpi Accumulate
107110
:index (5)
108111
pred coercion-unify i:term.
109112

113+
% Used to print bench infos
110114
pred time-is-active i:(list string -> prop).
111115
}
112116
}}.

0 commit comments

Comments
 (0)