-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Template haskell macro for casing on Bytes -- -- Provides template haskell macros for casing on Bytes. @package bytes-patterns @version 0.1.0.0 module Data.Bytes.Patterns -- | only use functions generated by this macro in the same case generated -- functions follow the format "isFooBarBaz" replacing spaces with camel -- case makeBytesPatterns :: [String] -> Q [Dec]