This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.
I’m pleased to announce that the Haskell type type FilePath = String has a successor, which was first discussed many years ago as the Abstract FilePath proposal (AFPP) . The new type shipped with the filepath-1.4.100.0 package is: -- * Path types -- | FilePath for windows. type WindowsPath = WindowsString -- | FilePath for posix systems. type PosixPath = PosixString -- | Abstract filepath,…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.