Difference between revisions of "ShowS"

From HaskellWiki
Jump to navigation Jump to search
(initial)
 
m (Reverted edits by Tomjaguarpaw (talk) to last revision by Lemming)
 
(One intermediate revision by one other user not shown)
(No difference)

Latest revision as of 15:19, 6 February 2021

Question

Why does shows return the funny type ShowS (i.e. String -> String) instead of just String?

Answer

See Difference list.