datafix: Fixing data-flow problems

[ compiler, library, program ] [ Propose Tags ]

Fixing data-flow problems in expression trees


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
no-lattices

Don't depend on the lattices package.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.0.1, 0.0.0.2, 0.0.1.0
Dependencies base (>=4.8 && <5), containers (>=0.5 && <0.6), lattices (<2), pomaps (>=0.0.0.2 && <0.0.1.0), primitive (>=0.6.2.0 && <0.7), transformers (<0.6), vector (<0.13) [details]
License ISC
Copyright © 2017 Sebastian Graf
Author Sebastian Graf
Maintainer sgraf1337@gmail.com
Category Compiler
Home page https://github.com/sgraf812/datafix
Bug tracker https://github.com/sgraf812/datafix/issues
Source repo head: git clone https://github.com/sgraf812/datafix
Uploaded by sgraf812 at 2018-05-02T14:04:11Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1539 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-05-02 [all 1 reports]

Readme for datafix-0.0.0.1

[back to package description]

datafix Build Status Hackage

Library for separating specification of a data-flow problem from computing its solution.

See the haddocks in Datafix.Tutorial for an introduction and the examples/ folder for more advanced material.