[Haskell-cafe] FPS lib

Bulat Ziganshin bulatz at HotPOP.com
Tue Oct 18 02:44:45 EDT 2005


Hello Donald,

two notes on your FPS library:

1) your code include explicit references to Prelude.map,
Prelude.length and other list functions inlcuded in Prelude. imho,
this references will look better if you explicitily state List module:
List.map, List.length and so on...

2) as i say you before, i need to sort filenames in windows fashion
(case-ignoring), so if you will include case-ignoring comparision
operators - i will be glad

-- 
Best regards,
 Bulat                            mailto:bulatz at HotPOP.com





More information about the Haskell-Cafe mailing list