max already defined

This commit is contained in:
Partouf
2018-10-07 04:07:43 +02:00
parent 6e335bdfbc
commit cee40e9016

View File

@@ -2,10 +2,6 @@ module example
import StdEnv
max :: Real Real -> Real
max a b
= if (a>=b) a b
maxArray :: [Real] [Real] -> [Real]
maxArray list1 list2
= [ (max e1 e2)