Skip to content

Commit 078d676

Browse files
committed
Whitespace artistry
1 parent 743ce9b commit 078d676

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

ocaml/parsing/jane_syntax.mli

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ module Comprehensions : sig
7272
(only allowed with [-extension immutable_arrays]) *)
7373

7474
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
7876
end
7977

8078
(** The ASTs for immutable arrays. When we merge this upstream, we'll merge
@@ -90,14 +88,10 @@ module Immutable_arrays : sig
9088
(** [: P1; ...; Pn :] **)
9189

9290
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
9692

9793
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
10195
end
10296

10397
(** The ASTs for [include functor]. When we merge this upstream, we'll merge

0 commit comments

Comments
 (0)