id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
2589	"ghci fails in ByteCodeGen.lhs with ""nonexhaustive patterns in case"""	gwright	igloo	"When loading the attached file into ghci, it fails with:

{{{
redwing-dakota> ghci
GHCi, version 6.8.3: http://www.haskell.org/ghc/  :? for help
Loading package base ... linking ... done.
Prelude> :load Vector.hs
[1 of 1] Compiling Data.Vector.Shore.Internal ( Vector.hs, interpreted )
*** Exception: ghci/ByteCodeGen.lhs:(1214,5)-(1221,34): Non-exhaustive patterns in case

> 

}}}


Compiling the file is successful:

{{{
redwing-dakota> ghc -c Vector.hs
redwing-dakota> 
}}}
"	merge	closed	normal	6.10.1	GHCi	6.8.3	fixed			Unknown/Multiple	Unknown/Multiple		Unknown				
