| Safe Haskell | Safe-Inferred |
|---|
Proper.Sentence
Documentation
data Sentence s
checkTheorem :: (Ord s, Show s) => Theorem s -> Bool
truthAssignment :: Ord s => [s] -> [Bool] -> TruthAssignment s
evalSentence :: (Ord s, Show s) => TruthAssignment s -> Sentence s -> Bool
isValidByTruthTable :: (Ord s, Show s) => Sentence s -> Bool
bddCheckTaut :: Ord s => Sentence s -> Bool