You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{-# LANGUAGE DataKinds #-}
valueLevelString = "This is a value level string with a \""
type TypLevelString = "This is a type level string with a \""
it seems that prettyPrint does not escape the type level string:
ghci> parseFile "/tmp/Test.hs" >>= putStrLn . prettyPrint . fromParseResult
{-# LANGUAGE DataKinds #-}
valueLevelString = "This is a value level string with a \""
type TypLevelString = "This is a type level string with a ""