Corrected my documentation, after trying to actually use it

This commit is contained in:
Neil Brown 2009-02-11 14:47:45 +00:00
parent b6b4188b7c
commit a3d1e952f4

View File

@ -43,7 +43,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
-- >
-- > main :: IO ()
-- > main = writeInstancesTo GenWithoutOverlapped GenOneClass
-- > [genInstance $ undefined :: Company]
-- > [genInstance (undefined :: Company)]
-- > ["module Instances where"
-- > ,"import Data.Generics.Polyplate"
-- > ,"import Data.Generics.Polyplate.Route"