Skip to content

Commit 8e94b30

Browse files
committed
snapshot
1 parent 4441388 commit 8e94b30

File tree

5 files changed

+738
-722
lines changed

5 files changed

+738
-722
lines changed

lib/4.06.1/bsdep.ml

Lines changed: 150 additions & 148 deletions
Large diffs are not rendered by default.

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 194 additions & 190 deletions
Large diffs are not rendered by default.

lib/4.06.1/unstable/js_refmt_compiler.ml

Lines changed: 194 additions & 190 deletions
Large diffs are not rendered by default.

lib/4.06.1/unstable/native_ppx.ml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17237,7 +17237,8 @@ type attr =
1723717237

1723817238

1723917239
type label_noname =
17240-
| Label of { cst : cst option }
17240+
| Label
17241+
| LabelCst of { cst : cst }
1724117242
| Empty
1724217243
| EmptyCst of cst
1724317244
| Optional
@@ -17302,7 +17303,8 @@ type cst =
1730217303
| Arg_js_json of string
1730317304

1730417305
type label_noname =
17305-
| Label of { cst : cst option }
17306+
| Label
17307+
| LabelCst of { cst : cst }
1730617308
| Empty
1730717309
| EmptyCst of cst
1730817310
| Optional
@@ -19933,9 +19935,9 @@ let handle_attributes
1993319935
| Labelled s ->
1993419936
begin match refine_arg_type ~nolabel:false ty with
1993519937
| new_ty, (Arg_cst i as arg_type) ->
19936-
Label {cst = Some i}, arg_type, arg_types
19938+
LabelCst {cst = i}, arg_type, arg_types
1993719939
| new_ty, arg_type ->
19938-
Label {cst = None}, arg_type,
19940+
Label , arg_type,
1993919941
{param_type with ty = new_ty} :: arg_types
1994019942
end
1994119943
| Nolabel ->

lib/4.06.1/whole_compiler.ml

Lines changed: 194 additions & 190 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)