Hi, Sometimes when using Hugs for a while, I get the following Error Message when reading a file. The file isn't changed at all, so the error must be in HUGS Reading file "h:\ipt\p1.hs": ERROR "h:\ipt\p1.hs": Module "UU_Parsing_Core" not previously loaded Prelude> The module UU_Parsing_Core is syntactically correct imported as shown hereafter: <in p1.hs> module P1 where import UU_Parsing_Defaults import UU_Parsing_Derived import UU_Parsing_Core The error came the last time after a crash of Hugs98, but I got it also earlier without a crash, then it was in an earlier version of Hugs The Solution for this problem seems to be the following: Removing Hugs(98) from my system and installing again. That isn't a nice solution in my view. I hope you might know a better one. Regards, Marco van Roshum student.
