5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
|
> module File where
|
||
|
|
||
|
> func :: Num a => a -> a -> a
|
||
|
> func a b = (*) a b
|