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

Henning Thielemann schlepptop at henning-thielemann.de
Sat Jan 10 21:04:18 EST 2009


Patrick Perry schrieb:
> 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.

Alternatively, the DEPRECATED pragma may prevent programmers from using
these functions too extensively. However, this may be considered abuse
of this pragma. I think the Unsafe module is the cleanest solution.



More information about the Haskell-Cafe mailing list