haskell-tools-refactor-0.8.0.0: examples/TH/Quoted.hs
{-# LANGUAGE TemplateHaskell #-}
module TH.Quoted where
import qualified Text.Read.Lex (Lexeme)
$(let x = ''Text.Read.Lex.Lexeme in return [])
{-# LANGUAGE TemplateHaskell #-}
module TH.Quoted where
import qualified Text.Read.Lex (Lexeme)
$(let x = ''Text.Read.Lex.Lexeme in return [])