Skip to content

Commit 70720e3

Browse files
committed
[setup.init] elpi-builtin loaded before coq-builtin
1 parent 373a0b6 commit 70720e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/coq_elpi_programs.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ module Synterp : Programs = struct
714714
let in_stage x = x ^ "-synterp"
715715
let init () =
716716
API.Setup.init ~state:synterp_state ~hoas:synterp_hoas
717-
~quotations:synterp_quotations ~builtins:[coq_synterp_builtins;elpi_builtins] ~file_resolver ()
717+
~quotations:synterp_quotations ~builtins:[elpi_builtins;coq_synterp_builtins] ~file_resolver ()
718718
end
719719
include SourcesStorage(S)
720720

@@ -736,7 +736,7 @@ module Interp : Programs = struct
736736
let in_stage x = x ^ "-interp"
737737
let init () =
738738
API.Setup.init ~state:interp_state ~hoas:interp_hoas
739-
~quotations:interp_quotations ~builtins:[coq_interp_builtins;elpi_builtins] ~file_resolver ()
739+
~quotations:interp_quotations ~builtins:[elpi_builtins;coq_interp_builtins] ~file_resolver ()
740740
end)
741741

742742
let () = Coq_elpi_builtins.set_accumulate_to_db_interp (fun clauses_to_add ->

0 commit comments

Comments
 (0)