File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -72,9 +72,7 @@ module Comprehensions : sig
72
72
(only allowed with [-extension immutable_arrays]) *)
73
73
74
74
val expr_of :
75
- loc :Location .t
76
- -> expression
77
- -> Parsetree .expression_desc With_attributes .t
75
+ loc :Location .t -> expression -> Parsetree .expression_desc With_attributes .t
78
76
end
79
77
80
78
(* * The ASTs for immutable arrays. When we merge this upstream, we'll merge
@@ -90,14 +88,10 @@ module Immutable_arrays : sig
90
88
(* * [: P1; ...; Pn :] **)
91
89
92
90
val expr_of :
93
- loc :Location .t
94
- -> expression
95
- -> Parsetree .expression_desc With_attributes .t
91
+ loc :Location .t -> expression -> Parsetree .expression_desc With_attributes .t
96
92
97
93
val pat_of :
98
- loc :Location .t
99
- -> pattern
100
- -> Parsetree .pattern_desc With_attributes .t
94
+ loc :Location .t -> pattern -> Parsetree .pattern_desc With_attributes .t
101
95
end
102
96
103
97
(* * The ASTs for [include functor]. When we merge this upstream, we'll merge
You can’t perform that action at this time.
0 commit comments