ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/dynbrk005.hs
{-# LANGUAGE TemplateHaskell #-}
import TupleN
tuple3 x = $(tuple 3) x
normal_fn x = tuple3 x
{-# LANGUAGE TemplateHaskell #-}
import TupleN
tuple3 x = $(tuple 3) x
normal_fn x = tuple3 x