1 Nov 2005 06:40
[ ghc-Bugs-1344553 ] GHC and GHCi hang when compiling simple program
SourceForge.net <noreply <at> sourceforge.net>
2005-11-01 05:40:45 GMT
2005-11-01 05:40:45 GMT
Bugs item #1344553, was opened at 2005-10-31 21:40 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1344553&group_id=8032 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Compiler Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: GHC and GHCi hang when compiling simple program Initial Comment: When interpreting the following four-line program using GHCi on Windows, GHCi hangs, never completing compilation and giving no output: data Paradox = Roll (Paradox -> Int) unroll (Roll x) = x selfapply x = unroll x x uhoh = selfapply (Roll selfapply) If I add a simple main method of the form 'main = do print (fst ("Hello world", uhoh))', and then compile with GHC, it hangs as well. However, if I use a main(Continue reading)
RSS Feed