Re: [Haskell] ANNOUNCE: fps -- fast packed strings

2005-08-25 Thread Bulat Ziganshin
Hello Donald, Thursday, August 25, 2005, 8:10:44 AM, you wrote: DBS I've cabalised the FastPackedString module from darcs, used in h4sh, as the DBS `fps' library. if you plan to support/improve this library, can you please: 1) add psniceq/pscmp to export list (with better names, smtg like

Re: [Haskell] ANNOUNCE: fps -- fast packed strings

2005-08-25 Thread Donald Bruce Stewart
bulatz: Hello Donald, Thursday, August 25, 2005, 8:10:44 AM, you wrote: DBS I've cabalised the FastPackedString module from darcs, used in h4sh, as the DBS `fps' library. if you plan to support/improve this library, can you please: I intend to further clean up this code, and also

Re: [Haskell] ANNOUNCE: fps -- fast packed strings

2005-08-25 Thread Johannes Waldmann
1) add psniceq/pscmp to export list (with better names, smtg like eqPS/cmpPS) is it possible to avoid module/type identifiers (ps) hardwired into the names? We have hierarchical namespaces for that (PS.eq, PS.cmp etc.) This has many advantages, e. g. you could then do import PackedString.Fast

Re: [Haskell] ANNOUNCE: fps -- fast packed strings

2005-08-25 Thread Donald Bruce Stewart
waldmann: 1) add psniceq/pscmp to export list (with better names, smtg like eqPS/cmpPS) is it possible to avoid module/type identifiers (ps) hardwired into the names? We have hierarchical namespaces for that (PS.eq, PS.cmp etc.) This has many advantages, e. g. you could then do import