Benjamin Ho
2005-04-09 20:24:47 UTC
i'm getting an error such as this:
ERROR - Cannot find "show" function for:
....
Of type: ([Integer], Integer, [Integer], Integer -> Char -> [Integer])
i believe the correct type would be
([Integer], Integer, [Integer], (Integer -> Char -> [Integer]))
does anyone have any ideas?
thanks
Ben
ERROR - Cannot find "show" function for:
....
Of type: ([Integer], Integer, [Integer], Integer -> Char -> [Integer])
i believe the correct type would be
([Integer], Integer, [Integer], (Integer -> Char -> [Integer]))
does anyone have any ideas?
thanks
Ben