Open rpglover64 opened 8 years ago
string is referred to by text's documentation. It is equivalent to (pretty :: String -> _).
string
text
(pretty :: String -> _)
This patch also required renaming a parameter in displayDecorated to avoid shadowing.
displayDecorated
Closes #7.
string
is referred to bytext
's documentation. It is equivalent to(pretty :: String -> _)
.This patch also required renaming a parameter in
displayDecorated
to avoid shadowing.Closes #7.