natefaubion / purescript-language-cst-parser

PureScript CST Parser written in PureScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parse of raw string as record key fails

i-am-the-slime opened this issue · comments

Hello! I've condensed my failing file to the following:

module Repro where

x = { """hey""": unit }

The error from tidy is:

  Unexpected raw string literal