[Haskell-cafe] ANN: Haskell BLAS bindings version 0.7

Eugene Kirpichov ekirpichov at gmail.com
Sat Jan 10 12:07:29 EST 2009


Why don't you put them into a separate non-hidden Unsafe module and
provide documentation for it? Users who don't care simply won't look
there, whereas users who do care (for whom you are providing access)
will still have a possibility to do so.

2009/1/10 Patrick Perry <patperry at stanford.edu>:
> The reason I want to expose modules but hide the documentation is because
> there are a lot of "unsafeX" functions I want to provide access to, but
> which 99% of users don't care about.  The array library does the same thing.
>
>
> Patrick
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>


More information about the Haskell-Cafe mailing list