X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FIPv4Address.hs;h=d15f88f0775eb3140e63bba29e48c0a6c4d160f1;hb=b6a453d3584f471b9a729d6df52204f821dda356;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,