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

Package Flags

Use the -f option with cabal commands to enable flags

    splitbase (on by default)

    Choose the new smaller, split-up base package.

Readme

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