id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
180	Segmentation fault on updating a Ref	Tac-Tics	Tac-Tics	"This code causes a segmentation fault.

{{{
main () = do
  r = Ref 0
  r #= 1
  Ref x = r
  println (show x)
}}}

The behavior I expected was to see ""1"" printed to standard output. "	defect	closed	blocker	0.1.3	Runtime System		fixed	segmentation fault seg fault ref reference update	
