-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi, I am running this code on a protocol 2 file:
main :: IO ()
main = do putStrLn "Start"
byteString <- S.readFile worldFileName :: IO S.ByteString
let res = unpickle byteString
case res of
Left err -> putStrLn $ "Can't unpickle .\nUnpickling error:\n " ++ err
Right v -> putStrLn "Well done!"
putStrLn "Done"
And I keep getting:
Start
civs: Prelude.undefined
where civs is the name of my app. Do you know what I am doing wrong?
Metadata
Metadata
Assignees
Labels
No labels