Moved Polyplate into a sensible package (based on the Uniplate module names)

This commit is contained in:
Neil Brown 2008-12-02 12:26:12 +00:00
parent e7231d8959
commit df2b85ea27

View File

@ -27,7 +27,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
-- Instances of the PolyplateM type-class /can/ be written manually but it's not
-- advised. Instead, you should use functions in the "GenPolyplate" module to automatically
-- generate source files with the appropriate instances.
module Polyplate (PolyplateM(..), Polyplate(..),
module Data.Generics.Polyplate (PolyplateM(..), Polyplate(..),
makeRecurseM, RecurseM,
makeDescendM, DescendM,
BaseOp, baseOp,