]> gitweb.michael.orlitzky.com - hath.git/commit
Rewrite everything to use Maybe instead of None constructors.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 27 Dec 2011 03:33:25 +0000 (22:33 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 27 Dec 2011 03:33:25 +0000 (22:33 -0500)
commite8b41784eaa68049f7a7354916c9c9920050db70
tree1a60a30d80fe88882972f41623bdd415796c677b
parent041d33c0e5ac9c0e9733f42cd96aa2fba07a043f
Rewrite everything to use Maybe instead of None constructors.
Convert comments to Haddock-style docs in many places.
Whitespace cleanup.
src/Bit.hs
src/Cidr.hs
src/IPv4Address.hs
src/Main.hs
src/Maskable.hs
src/Maskbits.hs
src/Octet.hs