id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
178	PANIC in Core.Reconstruct reconX/Prim due to using boxInt32 where a polymorphic function is expected.	erikd		"
Trying to write a neater wrapper (something which accepts normal boxed parameters) for System.Network. Have this:

{{{
connect :: String -> Int32 -> Int32
connect hostname portnum
  | SChunk hn <- hostname.flatten
  = boxInt32 $ System.Network.connect hn.danger_string (unboxInt32 portnum)
}}}

Trying to compile it results in:

{{{
ddc: PANIC in Core.Reconstruct
        reconX/Prim: no match for prim{Box} %rTS2
}}}

"	defect	closed	blocker	0.1.3	Core Transforms		duplicate		
