Skip to content

DataKinds: No escaping of type level strings? #470

Description

@nomeata

With this file:

{-# 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 ""

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions