File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ module OutcomePrinterTests = struct
6161 let signatureToOutcome structure =
6262 Lazy. force Res_outcome_printer. setup;
6363
64+ Clflags. include_dirs :=
65+ Filename. concat " lib" " ocaml" :: ! Clflags. include_dirs;
6466 Res_compmisc. init_path () ;
6567 Clflags. nopervasives := true ;
6668 let env = Res_compmisc. initial_env () in
Original file line number Diff line number Diff line change @@ -171,9 +171,9 @@ type \"let" = int
171171type \"type" = [#"Point🗿"(\"let", float)]
172172type t23 = [#1 | #"10space" | #123]
173173type exoticUser = {\"let": string, \"type": float}
174- type arity1a = (. unit) => int
175- type arity1b = (. int) => int
176- type arity2 = (. int, int) => int
174+ type arity1a = unit => int
175+ type arity1b = int => int
176+ type arity2 = (int, int) => int
177177type obj1<'a> = option<{"a": int}>
178178type obj2 = {"a": int}
179179type obj3 = {"a": int}
@@ -217,7 +217,7 @@ type permissions = [#644 | #777]
217217type numericPolyVarWithPayload = [#1(string) | #2(int, string)]
218218let numericPolyVarMatch: [> #1(string) | #2(int, string)]
219219let sort: (module(Set.S with type elt = 'a), list<'a>) => list<'a>
220- let make_set: (( 'a, 'a) => int) => module(Set.S with type elt = 'a)
220+ let make_set: ('a, 'a) => int => module(Set.S with type elt = 'a)
221221type picture = string
222222module type DEVICE = {
223223 let draw: picture => unit
You can’t perform that action at this time.
0 commit comments