Ticket #4324 (closed bug: invalid)
Template Haskell: Splicing Infinite Syntax Tree doesn't stop
Description
Splicing an infinite syntax tree causes compile-time infinite loop.
e.g.
{-# LANGUAGE TemplateHaskell #-}
import Data.Function
$(fix id)
doesn't stop.
Change History
Note: See
TracTickets for help on using
tickets.
