[Haskell-cafe] Re: Suggested additions to System.FilePath.Posix/Windows

2009-09-21 Thread Marcus D. Gabriel
Simon Marlow wrote: Brandon S. Allbery KF8NH wrote: On Sep 19, 2009, at 07:45 , Duncan Coutts wrote: On Thu, 2009-09-17 at 11:58 +0200, Marcus D. Gabriel wrote: -- | 'reduceFilePath' returns a pathname that is reduced to canonical -- form equivalent to that of ksh(1), that is, symbolic link

[Haskell-cafe] Re: Suggested additions to System.FilePath.Posix/Windows

2009-09-18 Thread Marcus D. Gabriel
:-) On Thu, Sep 17, 2009 at 10:58 AM, Marcus D. Gabriel mar...@gabriel.name wrote: Hello Neil I used System.FilePath.Posix quite extensively recently, and I thank you for the package filepath. There were however two words that I needed which I could not construct from those

[Haskell-cafe] Suggested additions to System.FilePath.Posix/Windows

2009-09-17 Thread Marcus D. Gabriel
else if hd == .. then cs : css else if null tl then [.] else tl // -- Marcus D. Gabriel, Ph.D. Saint Louis, FRANCE http://www.marcus.gabriel.namemailto:mar