issues
search
bangalore-haskell-user-group
/
functorrent
A bit torrent client
GNU General Public License v3.0
18
stars
9
forks
source link
Clean up logs a bit
#37
Closed
jaseemabid
closed
9 years ago
jaseemabid
commented
9 years ago
Move logError to logger.hs
Add type alias
Fix types to always take log object as first argument This emulates the standard functions like
map :: function -> data -> data
which takes the argument that varies the most (data) as the last argument.
vu3rdd
commented
9 years ago
+1
map :: function -> data -> data
which takes the argument that varies the most (data) as the last argument.