blob: f6418746725611e19f9deb811c22260822e20238 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{-# LANGUAGE TemplateHaskell #-}
-- We should get a civilised report of conflicting variable
-- bindings in the definition spliced in by foo
module TH_spliceD1 where
import TH_spliceD1_Lib
$(foo)
|