[Haskell-cafe] Re: Documentation on hackage
Maurício
briqueabraque at yahoo.com
Mon Jun 15 09:29:10 EDT 2009
> who needs this kind of documentation?
>
> http://hackage.haskell.org/packages/archive/tfp/0.2/doc/html/Types-Data-Num-Decimal-Literals.html
The code below is shown under 'Source' links
in that documentation. I don't understand it,
but it seems everything is generated automatically.
What should the author do to avoid those comments?
Maurício
--
module Types.Data.Num.Decimal.Literals where
import Types.Data.Num.Decimal.Literals.TH
import Types.Data.Num.Decimal.Digits
import Types.Data.Num.Ops
$( decLiteralsD "D" "d" (-10000) (10000) )
--
More information about the Haskell-Cafe
mailing list