5 lines
78 B
Haskell
5 lines
78 B
Haskell
|
module File_Redir_Lint where
|
||
|
|
||
|
func :: Num a => a -> a -> a
|
||
|
func a b = (*) a b
|