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 a82500f commit 9811f38Copy full SHA for 9811f38
tests/indent/test016/expected.hs
@@ -0,0 +1,6 @@
1
+ where
2
+ foo :: Monad m
3
+ => Functor m
4
+ => MonadIO m
5
+ -> Int
6
+ foo x = x
tests/indent/test016/test.hs
@@ -0,0 +1,5 @@
tests/indent/test016/test.vim
@@ -0,0 +1,3 @@
+Gofoo x = x
+:saveas! result.hs
+:q!
0 commit comments