Pass only the tail of the argv to operations
commit492c989a99c9829d8a206bc211fe0d26920bceda
authorLouis-Guillaume Gagnon <louis.guillaume.gagnon@gmail.com>
Mon, 19 Aug 2013 19:21:04 +0000 (19 15:21 -0400)
committerLouis-Guillaume Gagnon <louis.guillaume.gagnon@gmail.com>
Mon, 19 Aug 2013 19:21:04 +0000 (19 15:21 -0400)
tree7ae7cdee42a74c8b79cbe735e53527f46a154fcc
parent23614770a59dbbe2c4c0f9b78457eb315b765400
Pass only the tail of the argv to operations

This is safe because when the argv is empty, the parseArgs function
returns 'Left errorMsg' and the argv is not further needed.
hdata.hs