Fix mistake in test file
Should be `module File`, since it's used as a redirection.
This commit is contained in:
parent
eb28035753
commit
0ad438461b
@ -1,4 +1,4 @@
|
||||
module File_Redir_Lint where
|
||||
module File where
|
||||
|
||||
func :: Num a => a -> a -> a
|
||||
func a b = (*) a b
|
||||
|
Loading…
Reference in New Issue
Block a user