0ad438461b
Should be `module File`, since it's used as a redirection.
5 lines
67 B
Haskell
5 lines
67 B
Haskell
module File where
|
|
|
|
func :: Num a => a -> a -> a
|
|
func a b = (*) a b
|