-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Examples to accompany the book "Haskell in Depth" -- -- This package provides source code examples which accompany the book -- "Haskell in Depth" by Vitaly Bragilevsky (Manning Publications 2020). -- You may want to get this package via cabal get hid-examples -- and explore its content. @package hid-examples @version 0.5 module GenIP genIP :: Gen IP genIPComponents :: Gen [Word8] genIPString :: Gen String genIPRange :: Gen IPRange genInvalidIPRange :: Gen IPRange genIPRangeDBSized :: Int -> Int -> Gen IPRangeDB genIPRangeDB :: Gen IPRangeDB genIPList :: Int -> IO [IP]