Skip to content

Commit 37fd717

Browse files
garesFissoreD
authored andcommitted
cleanup
1 parent 17eb2bc commit 37fd717

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
@@ -105,11 +105,15 @@ Elpi Db tc.db lp:{{
105105

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

111+
% tells if a term is a coercion
112+
% MANUALLY INSERTED by Elpi Accumulate
110113
:index (5)
111114
pred coercion-unify i:term.
112115

116+
% Used to print bench infos
113117
pred time-is-active i:(list string -> prop).
114118
}
115119
}}.

0 commit comments

Comments
 (0)