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

Patrick Perry patperry at stanford.edu
Sat Jan 10 13:43:52 EST 2009


Thanks for the suggestion!

Done and uploaded to hackage.


Patrick

On Jan 10, 2009, at 9:07 AM, Eugene Kirpichov wrote:

> 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