Copyright | © Oleg Grenrus 2014 |
---|---|
License | MIT |
Maintainer | Oleg Grenrus <oleg.grenrus@iki.fi> |
Stability | experimental |
Portability | non-portable |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- newtype CNF a = CNF {
- unCNF :: [[a]]
- fromDoubleList :: [[a]] -> CNF a
- toDoubleList :: CNF a -> [[a]]
- fromNNF :: Negable a => NNF a -> CNF a
- module Data.Algebra.Boolean.NormalForm
Documentation
Boolean formula in Conjunction Normal Form
Instances
fromDoubleList :: [[a]] -> CNF a Source #
toDoubleList :: CNF a -> [[a]] Source #