Personal tools

Talk:Phantom type

From HaskellWiki

Revision as of 02:02, 25 January 2006 by Ashley Y (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Is the ; after the declaration required? I guess that's just interpreted as a newline by GHC, and it seems to work without it.--Neil Mitchell 23:43, 24 January 2006 (UTC)

It's not, I just used it to indicate the end of the declaration. —Ashley Y 02:02, 25 January 2006 (UTC)