Moved Polyplate into a sensible package (based on the Uniplate module names)
This commit is contained in:
parent
e7231d8959
commit
df2b85ea27
|
@ -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,
|
Loading…
Reference in New Issue
Block a user