Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
23 lines
765 B
Diff
23 lines
765 B
Diff
diff --git a/src/internal/ppxc__script_real.ml b/src/internal/ppxc__script_real.ml
|
|
index 392f2a5..d950fc9 100644
|
|
--- a/src/internal/ppxc__script_real.ml
|
|
+++ b/src/internal/ppxc__script_real.ml
|
|
@@ -168,7 +168,7 @@ module C_content_make (E : Empty) = struct
|
|
if cnt = 0 then None else Some (String.concat "\n\n" l)
|
|
end
|
|
|
|
-module C_content_phase0 = C_content_make ()
|
|
+module C_content_phase0 = C_content_make (struct end)
|
|
|
|
module type Const_common_s = sig
|
|
include module type of C_content_phase0
|
|
@@ -300,7 +300,7 @@ module Const_phase0 = struct
|
|
else C_content_phase0.add_extract_source s2 loc exn f
|
|
end
|
|
|
|
-module C_content = C_content_make ()
|
|
+module C_content = C_content_make (struct end)
|
|
|
|
module Const = struct
|
|
include Const_common (C_content)
|