@hackage pointless-haskell0.0.9

Pointless Haskell library

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 ...

  • Installation

  • Dependencies (0)

  • Dependents (0)

  • Package Flags

      splitbase
       (on by default)

      Choose the new smaller, split-up base package.