ShowS: Difference between revisions

From HaskellWiki
Lemming (talk | contribs)
initial
 
Gwern (talk | contribs)
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.