-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Compatibility for type constraint template
--   
--   This package provides compatibe interfaces for type constraint
--   template
@package th-constraint-compat
@version 0.0.1.0


-- | This module provides compatibility definitions of constraint context
--   template for before temaplate-haskell-2.9
module Language.Haskell.TH.Compat.Constraint

-- | type-class predicate context. definition to keep backward comatiblity.
classP :: Name -> [Q Type] -> Q Pred
