-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Template Haskell function for Has records. -- -- Template Haskell function for definining Has records. @package has-th @version 0.1 module Data.Has.TH -- | Define a Has field. field :: String -> TypeQ -> Q [Dec]