lapplislazuli / Hopinosis

Opinosis Implementation in Haskell
MIT License
0 stars 0 forks source link

Move from String to Text #1

Closed lapplislazuli closed 4 years ago

lapplislazuli commented 4 years ago

I hear only bad stuff about Strings in Haskell (https://mmhaskell.com/blog/2017/5/15/untangling-haskells-strings) so I think it´s better to use text.

Better do this as soon as possible.

Also the language extension {-# LANGUAGE OverloadedStrings #-} is used, but i don´t think i need it for my current scope.