Readme for pointless-haskell-0.0.2

Pointless Haskell This cabal package can be installed with: $ cabal install pointless-haskell For a manual install, execute: $ runhaskell Setup.lhs configure $ runhaskell Setup.lhs build $ runhaskell Setup.lhs install You can now start playing with the example code that comes with the library, under Language.Pointless.Examples. The easiest way is to create a new module that imports some library modules module Test where import Generics.Pointless.Examples.Examples import Generics.Pointless.Examples.Observe and interpret it $ ghci Test.hs > factHylo 5 120 > runO $ print $ factHyloO 5 120 ...