i have this code
dif::[Int]->[Int]->[Int] dif [] [] = [] dif (lista) (l:ls) = fun2 lista l fun2::[Int]->Int->[Int] fun2 [] p = [] fun2 (x:y:zs) p = i