-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add conversion routines for FilePath (#403)
* Add conversion routines for FilePath Despite FilePath being a type alias for String, the type is actually quite distinct. An argument of type FilePath is expected to be encoded using the file system encoding, and can be converted to a bytestring and back exactly. * Expand on to/fromFilePath documentation
- Loading branch information
1 parent
8a0d222
commit 28b235f
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters