]> gitweb.michael.orlitzky.com - hath.git/commit
Moved most of the CIDR code out of Main and in to a new Cidr module.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 22 Apr 2010 00:48:59 +0000 (20:48 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 22 Apr 2010 00:48:59 +0000 (20:48 -0400)
commit364735d8f7cbc78528517faeccac606813ef9998
tree8ce31bba417f3eca31385c1bce23602b5a7fb8dc
parentcb566b4bd9eda87490864cce432a4f295068b452
Moved most of the CIDR code out of Main and in to a new Cidr module.
Created a Cidr data type to handle four-tuples of octets.
Modified all of the function signatures to use the new Cidr data type.
src/Cidr.hs [new file with mode: 0644]
src/Main.hs