Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
filepath
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Haskell
filepath
Commits
d4726afd
Verified
Commit
d4726afd
authored
3 years ago
by
Julian Ospald
Browse files
Options
Downloads
Patches
Plain Diff
Improve System.OsString haddock, fixes #118
parent
42e1143a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
System/OsString.hs
+4
-4
4 additions, 4 deletions
System/OsString.hs
with
4 additions
and
4 deletions
System/OsString.hs
+
4
−
4
View file @
d4726afd
...
...
@@ -9,11 +9,11 @@
--
-- An implementation of platform specific short 'OsString', which is:
--
-- 1. on windows
UTF16 data
-- 2. on unix
UTF8 data
-- 1. on windows
wide char bytes (@[Word16]@)
-- 2. on unix
char bytes (@[Word8]@)
--
-- It captures the notion of syscall specific encoding to avoid roundtrip issues
-- and memory fragmentation by using unpinned byte arrays.
-- It captures the notion of syscall specific encoding
(or the lack thereof)
to avoid roundtrip issues
-- and memory fragmentation by using unpinned byte arrays.
Bytes are not touched or interpreted.
module
System.OsString
(
-- * String types
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment