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.

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to