Fix type displayed for the String type synonym
When searching for the String
type synonym, type String = String
is shown. This MR corrects this to type String = [Char]
.
Edited by Jan-Hendrik Matthes
When searching for the String
type synonym, type String = String
is shown. This MR corrects this to type String = [Char]
.