id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
875	assert fails on HEAD	guest		"Example of failure

{{{
[andy@thunderegg should_run]$ cat dsrun014.hs 
module Main where

import Control.Exception ( assert )

main = assert ""Hello"" True $ print ""World""

[andy@thunderegg should_run]$ $GHC66 dsrun014.hs 

dsrun014.hs:5:7:
    Couldn't match expected type `GHC.Prim.Addr#'
           against inferred type `[Char]'
    In the first argument of `GHC.Err.assertError', namely
        `""dsrun014.hs:5:7-12""'
    In the call (GHC.Err.assertError ""dsrun014.hs:5:7-12"" ""Hello"" True)
    In the first argument of `($)', namely
        `GHC.Err.assertError ""dsrun014.hs:5:7-12"" ""Hello"" True'
}}}"	bug	closed	high	6.6	Compiler	6.5	fixed			Unknown/Multiple	Unknown/Multiple		Easy (less than 1 hour)				
