summaryrefslogtreecommitdiff
path: root/doc/todo/bytes_in_privData__63__/comment_5_f4db6ffad054feb7eb299708fcd7d05c._comment
blob: 45c97b97189c65a42aed4c50be1c20dbb7c9bc16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.)
"""]]