Skip to content

Commit c992548

Browse files
committed
add test014
1 parent 2a1584f commit c992548

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

tests/indent/test014/expected.hs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
foo :: Monad m

tests/indent/test014/test.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
o=> Functor m=> MonadIO m-> Intfoo x = x
2+
:saveas! result.hs
3+
:q!

0 commit comments

Comments
 (0)