[ ghc-Bugs-419150 ] Implicit Params cause core dump!
noreply@sourceforge.net
noreply@sourceforge.net
Thu, 03 May 2001 01:45:58 -0700
Bugs item #419150, was updated on 2001-04-26 07:57
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=108032&aid=419150&group_id=8032
Category: Compiler
Group: 5.00
>Status: Closed
>Resolution: Fixed
Priority: 7
Submitted By: Jeffrey R. Lewis (lewie)
Assigned to: Nobody/Anonymous (nobody)
Summary: Implicit Params cause core dump!
Initial Comment:
GHC 5.0 compiles the following to a program that dumps
core:
main = putStr $ show $ foo with ?x = 13
foo :: (?x :: Int) => Int
foo = ?x
----------------------------------------------------------------------
>Comment By: Simon Peyton Jones (simonpj)
Date: 2001-05-03 01:45
Message:
Logged In: YES
user_id=50165
This was a serious bug in tcSimlifyIPs. Very likely some
of the other strange behaviour of IPs was due to this.
Fixed now; needs merging into branch.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=108032&aid=419150&group_id=8032