datafix: Fixing data-flow problems

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Fixing data-flow problems in expression trees. This should be useful if you want to write optimizations for your favorite programming language. See the Tutorial module for an introduction. After that, you might want to take a look at the `examples/` folder in the repository.


[Skip to Readme]

Properties

Versions 0.0.0.1, 0.0.0.2, 0.0.0.2, 0.0.1.0
Change log CHANGELOG.md
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 © 2018 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-18T12:05:22Z

Modules

[Index]

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


Readme for datafix-0.0.0.2

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