[Q] Potential confusion in docs
Gabor Greif <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <CAK-hX0n28kkXHSb+9ZtfZihdnzUG_pBpk2ypaYyD-kCG3dEMyA@mail.gmail.com> |
Which is correct: "to0" or "to" ?
$ git grep "map to genum"
docs/users_guide/glasgow_exts.xml: enum = map to genum
$ git grep "map to0 genum"
docs/users_guide/glasgow_exts.xml:the default implementation
<literal>map to0 genum</literal> is filled-in,
It appears that "to0" is the correct one grepping the GHC sources, but
who knows...
Should this be corrected?
Cheers,
Gabor