cflp: Constraint Functional-Logic Programming in Haskell

[ bsd3, control, library ] [ Propose Tags ]

This package provides combinators for constraint functional-logic programming ((C)FLP) in Haskell. The combinators might later be used as a target language for compiling programs written in an FLP language like Curry or Toy. Another application of FLP is demand driven test-case generation.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.2, 0.0.2.1, 0.1, 0.2.0, 0.2.1, 0.2.2, 0.2.5, 2009.1.6, 2009.1.13, 2009.1.15, 2009.1.15.1, 2009.1.15.2, 2009.1.16, 2009.1.19, 2009.1.23, 2009.1.23.1, 2009.1.23.2, 2009.1.24, 2009.1.26, 2009.1.28, 2009.2.1
Dependencies base (>=4), containers, HUnit, mtl, syb, value-supply [details]
License BSD-3-Clause
Author Sebastian Fischer
Maintainer sebf@informatik.uni-kiel.de
Category Control
Home page http://www-ps.informatik.uni-kiel.de/~sebf/projects/cflp.html
Bug tracker mailto:sebf@informatik.uni-kiel.de
Source repo head: git clone git://github.com/sebfisch/cflp.git
Uploaded by SebastianFischer at 2009-01-23T11:12:34Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 16210 total (32 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for cflp-2009.1.23

[back to package description]
# Constraint Functional-Logic Programming in Haskell

The `cflp` package provides a module `Control.CFLP` with combinators
for constraint functional-logic programming ((C)FLP) in Haskell. The
combinators might later be used as a target language for compiling
programs written in an FLP language like Curry or Toy. Another
application of FLP is demand driven test-case generation.

Consult the LICENSE file for copyright issues, the INSTALL file for
installation instructions, or the [project website][cflp] for
background information on this package.

[cflp]: http://www-ps.informatik.uni-kiel.de/~sebf/projects/cflp.html

Sebastian Fischer,
sebf@informatik.uni-kiel.de