ghc-mod/test/data/file-mapping/File_Redir_Lint.hs

5 lines
67 B
Haskell
Raw Normal View History

module File where
2015-07-03 18:35:57 +00:00
func :: Num a => a -> a -> a
func a b = (*) a b