summaryrefslogtreecommitdiff
path: root/testsuite/tests/iserv-remote/Lib.hs
blob: f34fc9d8abc841edc21286342c93794c880b181a (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TemplateHaskell #-}
module Lib where

import Language.Haskell.TH

x :: Int -> ExpQ
x n = [| 3 + n |]