Some file mapping tests

This commit is contained in:
Nikolay Yakimov
2015-07-03 21:35:57 +03:00
parent c5f71933f6
commit eb28035753
5 changed files with 143 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
main :: IO ()
main = putStrLn "Hello World!"

View File

@@ -0,0 +1 @@
main = undefined

View File

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