packages feed

Proper-0.5.2.0: test/Main.hs

module Main(main) where

import Proper.BDDTests
import Proper.CNFTests
import Proper.LexerTests
import Proper.ParserTests
import Proper.FormulaTests

main = do
  allFormulaTests
  allCNFTests
  allLexerTests
  allParserTests
  allBDDTests