Closed jiribenes closed 3 weeks ago
In the wordcount test/example, use real character literals '\n' and '\t' after #622 gets merged: https://github.com/effekt-lang/effekt/blob/7ce8ab19fbe5d38e4cefc1698a1132d96329cd76/examples/stdlib/io/filesystem/wordcount.effekt#L12-L16
'\n'
'\t'
cc @phischu: This also relates to your #527 streaming PR, as since #622, we have nice character literals so we don't need this magical c.toInt == 10 everywhere
c.toInt == 10
In the wordcount test/example, use real character literals
'\n'
and'\t'
after #622 gets merged: https://github.com/effekt-lang/effekt/blob/7ce8ab19fbe5d38e4cefc1698a1132d96329cd76/examples/stdlib/io/filesystem/wordcount.effekt#L12-L16