Home
last modified time | relevance | path

Searched refs:quotedSourceText (Results 1 – 1 of 1) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/compiler/GHC/
H A DThToHs.hs681 (noLoc $ quotedSourceText from))
684 from (noLoc $ quotedSourceText from)
774 , rd_name = (noLoc (quotedSourceText nm,nm'))
1191 ; return $ mkHsIsString (quotedSourceText s) s'
1229 ; return $ HsString (quotedSourceText s) s' }
1243 quotedSourceText :: String -> SourceText
1244 quotedSourceText s = SourceText $ "\"" ++ s ++ "\"" function