
module Type.Plate
(
	module Type.Plate.Collect,
	module Type.Plate.FreeVars,
	module Type.Plate.Trans,
	module Type.Plate.Update
)

where

import Type.Plate.Collect
import Type.Plate.FreeVars
import Type.Plate.Trans
import Type.Plate.Update
