Skip to content

Instantly share code, notes, and snippets.

@dminuoso

dminuoso/f.hs Secret

Created January 19, 2021 19:26
Show Gist options
  • Save dminuoso/20d019778518958faa7649161433b632 to your computer and use it in GitHub Desktop.
Save dminuoso/20d019778518958faa7649161433b632 to your computer and use it in GitHub Desktop.
class IsIPRange n where
family :: proxy n -> Int
(>:>) :: n -> n -> Bool
rangeLength :: n -> Word8
alloc :: Word8 -> n -> Maybe (n, [n])
split :: n -> Maybe (n, n)
splitBound :: Word8 -> n -> Maybe (n, n)
overlaps :: n -> n -> Bool
pretty :: n -> Text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment