]> gitweb.michael.orlitzky.com - hath.git/commit
Add a None constructor for IPv4Address.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 2 May 2010 19:22:28 +0000 (15:22 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 2 May 2010 19:22:28 +0000 (15:22 -0400)
commit0913645a2ad512b0f32338a48c2bc71793be23a8
tree77ec2c00298e9cfbbef6387ad753682ce1746593
parentd4f46f4d52b3d51c2eb59a4aa818d4f23f14203d
Add a None constructor for IPv4Address.
Hide the constructor for IPv4Address.
Created an ipv4address_from_octets function which mimics the constructor but will return IPv4Address.None in response to being passed Octet.Nones.
src/IPv4Address.hs