在尝试编译程序时,我从Text.Smolder.Renderer模块收到有关文件String.purs的以下错误:
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
我查看了源文件,并在第76行找到了以下内容:
toStream s = foldr (\c t -> c :< (Just t)) (mkCofree '\0' Nothing) cs
如何纠正? (以及编译器错误到底在公共图书馆中怎么了!!)