[Haskell-cafe] Where to put a library

Malcolm Wallace malcolm.wallace at me.com
Thu Mar 3 08:40:01 CET 2011


On 2 Mar 2011, at 22:38, Sebastian Fischer wrote:

> You could place the parsers under
>
>     Text.TSPLIB
>     Text.SATLIB
>     Text....

Some other suggestions might be

     Codec.TSP
     Codec.SAT

or

     FileFormat.TSP
     FileFormat.SAT

Regards,
     Malcolm



More information about the Haskell-Cafe mailing list