-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Pattern predicates using TH -- @package is @version 0.1 -- | Generate predicates from constructor names or from quoted patterns. -- -- You must enable the TemplateHaskell extension to use this -- module module Data.Generics.Is is :: Name -> Q Exp isNot :: Name -> Q Exp isP :: Q Pat -> Q Exp isNotP :: Q Pat -> Q Exp