File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
742742let () = Coq_elpi_builtins. set_accumulate_to_db_interp (fun clauses_to_add ->
You can’t perform that action at this time.
0 commit comments