-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
24 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,13 @@ | ||
From elpi Require Export tc. | ||
From elpi.apps Require Export tc. | ||
|
||
From elpi.apps.tc Extra Dependency "base.elpi" as base. | ||
From elpi.apps.tc Extra Dependency "compiler.elpi" as compiler. | ||
From elpi.apps.tc Extra Dependency "tc_aux.elpi" as tc_aux. | ||
From elpi.apps.tc Extra Dependency "create_tc_predicate.elpi" as create_tc_predicate. | ||
|
||
Elpi Command add_instance. | ||
Elpi Accumulate File base. | ||
Elpi Accumulate File tc_aux. | ||
Elpi Accumulate Db tc.db. | ||
Elpi Accumulate File create_tc_predicate. | ||
Elpi Accumulate File compiler. | ||
Elpi Accumulate lp:{{ | ||
main [trm (global Inst), trm (global TC), str Locality, int Prio] :- | ||
add-inst Inst TC Locality Prio. | ||
|
||
main [trm (global GR)] :- | ||
add-class-gr classic GR. | ||
}}. | ||
Elpi Typecheck. | ||
Elpi Override Register add_instance. | ||
Elpi Override TC TC_solver All. | ||
|
||
|
||
From elpi.apps.tc.tests.importOrder Extra Dependency "tc_same_order.elpi" as tc_same_order. | ||
|
||
Elpi Command SameOrderImport. | ||
Elpi Accumulate Db tc.db. | ||
Elpi Accumulate File base. | ||
Elpi Accumulate File tc_same_order. | ||
Elpi Typecheck. | ||
|
||
Elpi Override TC_Register auto_compiler. | ||
Elpi Override TC TC_solver All. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters