Files
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 21:35:57 +03:00
func :: Num a => a -> a -> a
func a b = (*) a b