filepath icon indicating copy to clipboard operation
filepath copied to clipboard

System.OsString.Internal.Types should use TemplateHaskellQuotes rather than TemplateHaskell

Open hasufell opened this issue 3 years ago • 0 comments

In GitLab by @mpickering on Sep 27, 2022, 23:46

TemplateHaskellQuotes imposed less constraints on the module and means that when you load it into GHC you don't need to perform code generation.

hasufell avatar Sep 27 '22 15:09 hasufell