{-# LANGUAGE TemplateHaskell #-} module A where f :: Int -> Int f x = x + 10