simonmar / monad-par

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicate documentation in Haddocks

MaxGabriel opened this issue · comments

The current Haddocks have duplicate lines for several of the functions. Potentially this is caused by documenting both the original function and the export? I'm not sure yet.

Would you like me to look into cleaning this up?


Example:

put_ :: IVar a -> a -> Par ()

like put, but only head-strict rather than fully-strict.

like put, but only head-strict rather than fully-strict.

image

https://hackage.haskell.org/package/monad-par-0.3.4.7/docs/Control-Monad-Par.html

Ouch, that's ugly. Yes, let's fix it.