0

In an attempt to compile my program, I received the following error regarding the file String.purs from the Text.Smolder.Renderer module:

Error found:
at bower_components\purescript-smolder\src\Text\Smolder\Renderer\String.purs:76:
56 - 76:57 (line 76, column 56 - line 76, column 57)

  Unable to parse module:
  Illegal character escape code

I looked at the source file and found the following at line 76:

toStream s = foldr (\c t -> c :< (Just t)) (mkCofree '\0' Nothing) cs

How can this be corrected? (And how on earth could a compiler error be in a public library!!!)

user1023733
  • 805
  • 5
  • 14

0 Answers0