File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ module OutcomePrinterTests = struct
61
61
let signatureToOutcome structure =
62
62
Lazy. force Res_outcome_printer. setup;
63
63
64
+ Clflags. include_dirs :=
65
+ Filename. concat " lib" " ocaml" :: ! Clflags. include_dirs;
64
66
Res_compmisc. init_path () ;
65
67
Clflags. nopervasives := true ;
66
68
let env = Res_compmisc. initial_env () in
Original file line number Diff line number Diff line change @@ -171,9 +171,9 @@ type \"let" = int
171
171
type \"type" = [#"Point🗿"(\"let", float)]
172
172
type t23 = [#1 | #"10space" | #123]
173
173
type 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
177
177
type obj1<'a> = option<{"a": int}>
178
178
type obj2 = {"a": int}
179
179
type obj3 = {"a": int}
@@ -217,7 +217,7 @@ type permissions = [#644 | #777]
217
217
type numericPolyVarWithPayload = [#1(string) | #2(int, string)]
218
218
let numericPolyVarMatch: [> #1(string) | #2(int, string)]
219
219
let 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)
221
221
type picture = string
222
222
module type DEVICE = {
223
223
let draw: picture => unit
You can’t perform that action at this time.
0 commit comments