About

Metadata

  • Last updated , by HugoPacheco
  • License BSD-3-Clause
  • Categories Generics
  • Maintained by: Hugo Pacheco <hpacheco@di.uminho.pt>

  • Lottery factor: 0

Links

Installation

Readme

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