Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ndmitchell/proposition

Haskell library for manipulating propositions.
https://github.com/ndmitchell/proposition

Last synced: 25 days ago
JSON representation

Haskell library for manipulating propositions.

Awesome Lists containing this project

README

        

# proposition

This code is abandoned.

This library handles propositions, logical formulae consisting of literals without quantification. It automatically simplifies a proposition as it is constructed using simple rules provided by the programmer. Implementations of propositions in terms of an abstract syntax tree and as a Binary Decision Diagram (BDD) are provided. A standard interface is provided for all propositions.