Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit ab8d764

Browse files
committed
Rename a function in a test program
1 parent 4d725b8 commit ab8d764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/testdata/ApplyRefactError.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
hoge :: forall a. (a -> a) -> a -> a
2-
hoge f x = f $ x
1+
foo :: forall a. (a -> a) -> a -> a
2+
foo f x = f $ x

0 commit comments

Comments
 (0)