I want to read some data from a file "Signature.ken" ,  for that I
have written a program but its showing some errors
(the file "signature.ken" contains data of the type = (122,152) )


main = do

 j <- readFile "sig1.key"

 let (x,y) = (read j)

 putStrLn ("value=" ++ (show (x,y)))


ERROR file:.\-as.hs:5 - Unresolved top-level overloading
*** Binding             : main
*** Outstanding context : (Read c, Read b, Show c, Show b)
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to