[clean-list] Interesting run-time error

Hernyák Zoltán aroan at aries.ektf.hu
Wed Aug 30 09:57:55 MEST 2006


Hi,

I have succeeded to reduce the program which produces the run-time
error (or I hope so):

Start w = fromTup2L data

data =  [[[101,102,103,104]],[[101,102,103,104]]]

fromTup2L :: [[[Int]]] -> [([Int], [Int])]
fromTup2L l = map f l
   where 
      f [x,y] = (x, y)


and the error message again:
[Run time error, rule 'f;53' in module 'masik' does not match

-- 
Best regards,
 Hernyák                          mailto:aroan at aries.ektf.hu




More information about the clean-list mailing list