From: Michael Orlitzky Date: Sun, 23 May 2010 16:24:33 +0000 (-0400) Subject: Export the two new min/max functions. X-Git-Tag: 0.0.1~28 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=hath.git;a=commitdiff_plain;h=eda0ec37ddbb65c5ac2b07eb11ffb0618c49d6cd Export the two new min/max functions. --- 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,