diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-23 09:28:23 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-23 09:28:23 -0400 |
| commit | 3b1c1640cf951495beae49b3f32fd8c14639f17d (patch) | |
| tree | c244eb29ccf64d1127dd8ae82cfeeef4d7edf541 /doc/todo/bytes_in_privData__63__ | |
| parent | a52b094e435a2baaad42d2717bb83dd11f89d674 (diff) | |
comment
Diffstat (limited to 'doc/todo/bytes_in_privData__63__')
| -rw-r--r-- | doc/todo/bytes_in_privData__63__/comment_5_f4db6ffad054feb7eb299708fcd7d05c._comment | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/todo/bytes_in_privData__63__/comment_5_f4db6ffad054feb7eb299708fcd7d05c._comment b/doc/todo/bytes_in_privData__63__/comment_5_f4db6ffad054feb7eb299708fcd7d05c._comment new file mode 100644 index 00000000..45c97b97 --- /dev/null +++ b/doc/todo/bytes_in_privData__63__/comment_5_f4db6ffad054feb7eb299708fcd7d05c._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 5""" + date="2015-04-23T13:25:50Z" + content=""" +Can you put the patch up somewhere? I'll take a look. Might see a way to +short-curcuit the bytestring before everything becomes one.. + +One way might be: + + writeFileProtected :: FileContent content => FilePath -> content -> IO () + +Which would also at least partly avoid foot-shooting over which parameter is which. +(Fixed that type signature.) +"""]] |
