From 0ad438461b40fc574edcba2b570f0fd56bdf1ea9 Mon Sep 17 00:00:00 2001 From: Nikolay Yakimov Date: Fri, 3 Jul 2015 22:30:17 +0300 Subject: [PATCH] Fix mistake in test file Should be `module File`, since it's used as a redirection. --- test/data/file-mapping/File_Redir_Lint.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/data/file-mapping/File_Redir_Lint.hs b/test/data/file-mapping/File_Redir_Lint.hs index da61368..461ebdd 100644 --- a/test/data/file-mapping/File_Redir_Lint.hs +++ b/test/data/file-mapping/File_Redir_Lint.hs @@ -1,4 +1,4 @@ -module File_Redir_Lint where +module File where func :: Num a => a -> a -> a func a b = (*) a b