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
  1. Move logError to logger.hs
  2. Add type alias
  3. 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