haskell-tools-refactor-1.0.1.1: 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 [])