id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
4324	Template Haskell: Splicing Infinite Syntax Tree doesn't stop	guest		"Splicing an infinite syntax tree causes compile-time infinite loop.

e.g.

{{{
{-# LANGUAGE TemplateHaskell #-}
import Data.Function
$(fix id)
}}}

doesn't stop."	bug	closed	normal		Template Haskell	6.12.3	invalid	template haskell splice loop	konn.jinro@… shelarcy@…	MacOS X	x86	Compile-time performance bug					
