Readme for pointless-rewrite-0.0.3

Pointless Rewrite This cabal package can be installed with: $ cabal install pointless-rewrite For a manual install, execute: $ runhaskell Setup.lhs configure $ runhaskell Setup.lhs build $ runhaskell Setup.lhs install Then try to create a test module module Test where import.Transform.Examples.Company import Transform.Examples.Imdb import Transform.Examples.Women and interpret it $ ghci Test.hs