ghc-mod/test/data/file-mapping/File_Redir_Lint.hs
Nikolay Yakimov 0ad438461b Fix mistake in test file
Should be `module File`, since it's used as a redirection.
2015-08-15 21:07:35 +03:00

5 lines
67 B
Haskell

module File where
func :: Num a => a -> a -> a
func a b = (*) a b