
18 Jul
2006
18 Jul
'06
9:14 a.m.
On Mon, Jul 17, 2006 at 03:07:51AM +0100,
Neil Mitchell
I am specificially concentrating on type FilePath = String, because that is how it is defined by Haskell 98.
And if someone wants to define a "new" and "better" FilePath type, I would prefer something more abstract, such as a list of Path components, with functions to serialize it as a String and to parse it from a String.