We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743ce9b commit 34d5e93Copy full SHA for 34d5e93
ocaml/parsing/jane_syntax.mli
@@ -72,9 +72,7 @@ module Comprehensions : sig
72
(only allowed with [-extension immutable_arrays]) *)
73
74
val expr_of :
75
- loc:Location.t
76
- -> expression
77
- -> Parsetree.expression_desc With_attributes.t
+ loc:Location.t -> expression -> Parsetree.expression_desc With_attributes.t
78
end
79
80
(** The ASTs for immutable arrays. When we merge this upstream, we'll merge
@@ -90,9 +88,7 @@ module Immutable_arrays : sig
90
88
(** [: P1; ...; Pn :] **)
91
89
92
93
94
95
96
97
val pat_of :
98
loc:Location.t
0 commit comments