]> gitweb.michael.orlitzky.com - hath.git/blobdiff - src/Maskable.hs
Add a test for the Cidr 'enumerate' function.
[hath.git] / src / Maskable.hs
index d05ff6ffbaf63b9695206f596bdd1bc154afc1e4..cf1d2426b221039629f3dafe53b3d1b7c40a786c 100644 (file)
@@ -1,7 +1,9 @@
-module Maskable where
+module Maskable (
+  Maskable(..) )
+where
 
-import Bit
-import Maskbits
+import Bit (Bit)
+import Maskbits (Maskbits)
 
 -- | Any string of bits should be maskable by some number of netmask
 --   bits. The convention of the Maskable typeclass follows CIDR