haskell-tools-builtin-refactorings-1.0.1.1: test/ExtensionOrganizerTest/TemplateHaskellTest/Splice.hs
{-# LANGUAGE TemplateHaskell #-}
module Splice where
import Quote
two :: Int
two = $(add1 1) {-* TemplateHaskell *-}
{-# LANGUAGE TemplateHaskell #-}
module Splice where
import Quote
two :: Int
two = $(add1 1) {-* TemplateHaskell *-}