X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FIPv4Address.hs;h=d15f88f0775eb3140e63bba29e48c0a6c4d160f1;hb=1e69264c4a60fef95d0ad013f95b082b3db106ab;hp=f7b4a656db96b2ea962a07404d842325e10cad3b;hpb=42cb2fa791d4c8a00f9bd7a95b1ec7891d4708ed;p=hath.git diff --git a/src/IPv4Address.hs b/src/IPv4Address.hs index f7b4a65..d15f88f 100644 --- a/src/IPv4Address.hs +++ b/src/IPv4Address.hs @@ -2,6 +2,8 @@ module IPv4Address ( ipv4address_from_octets, ipv4address_tests, IPv4Address(None), + max_address, + min_address, most_sig_bit_different, octet1, octet2,