When searching for the String
type synonym, type String = String
is shown. This MR corrects this to type String = [Char]
.
When searching for the String
type synonym, type String = String
is shown. This MR corrects this to type String = [Char]
.