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 8dda6cb commit 073e742Copy full SHA for 073e742
tests/purescript-indentation-tests.el
@@ -276,3 +276,20 @@ fun = case _ of
276
[ a
277
, b ]
278
"))
279
+
280
+(ert-deftest multiline-func-decl-arrow-first ()
281
+ (purescript-test-indentation-expected-only "
282
+foo ::
283
+ ∀ a. A
284
+ -> B
285
+ -> C
286
+"))
287
288
+(ert-deftest multiline-func-decl-arrow-last ()
289
290
291
+ ∀ a.
292
+ A ->
293
+ B ->
294
+ C
295
0 commit comments