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 2a1584f commit c992548Copy full SHA for c992548
tests/indent/test014/expected.hs
@@ -0,0 +1,5 @@
1
+foo :: Monad m
2
+ => Functor m
3
+ => MonadIO m
4
+ -> Int
5
+foo x = x
tests/indent/test014/test.hs
@@ -0,0 +1 @@
tests/indent/test014/test.vim
@@ -0,0 +1,3 @@
+o=> Functor m=> MonadIO m-> Intfoo x = x
+:saveas! result.hs
+:q!
0 commit comments