Skip to content

Commit 9811f38

Browse files
committed
add test016
1 parent a82500f commit 9811f38

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

tests/indent/test016/expected.hs

+6
Original file line numberDiff line numberDiff line change
@@ -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

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
where
2+
foo :: Monad m
3+
=> Functor m
4+
=> MonadIO m
5+
-> Int

tests/indent/test016/test.vim

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Gofoo x = x
2+
:saveas! result.hs
3+
:q!

0 commit comments

Comments
 (0)