1 2 3 4 5 6 7 8
{-# LANGUAGE TemplateHaskell #-} module Lib (bar) where import TH (foo) bar :: IO () bar = $foo