Fix mistake in test file

Should be `module File`, since it's used as a redirection.
This commit is contained in:
Nikolay Yakimov 2015-07-03 22:30:17 +03:00
parent eb28035753
commit 0ad438461b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
module File_Redir_Lint where
module File where
func :: Num a => a -> a -> a
func a b = (*) a b