Skip to content

Commit 8bee6d5

Browse files
committed
patch diff
1 parent f50b199 commit 8bee6d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vendor/diff-parsers-upstream-std.patch

+2-1
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@
246246
txt : 'a;
247247
loc : Location.t;
248248
}
249+
249250
+(* constant layouts are parsed as layout annotations, and also used
250251
+ in the type checker as already-inferred (i.e. non-variable) layouts *)
251252
+type const_layout =
@@ -257,7 +258,7 @@
257258
+ | Float64
258259
+
259260
+type layout_annotation = const_layout loc
260-
261+
+
261262
+type label = string
262263
+
263264
+type arg_label =

0 commit comments

Comments
 (0)