packages feed

haskell-tools-refactor-1.0.1.1: examples/TH/QuasiQuote/Use.hs

{-# OPTIONS_GHC -fno-warn-missing-fields #-}
{-# LANGUAGE QuasiQuotes #-}
module TH.QuasiQuote.Use where

import TH.QuasiQuote.Define

hello :: Int
hello = 3

main :: IO ()
main = print [expr| 1 + 2 + 4|]