@hackage pointless-rewrite0.0.3

Pointless Rewrite library

  • Categories

  • License

    BSD-3-Clause

  • Maintainer

    Hugo Pacheco <hpacheco@di.uminho.pt>

  • Versions

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