ModalLogic.hs revision c036906ce2ec707ecb0e39ef043e683dc6f31e16
module ModalLogic where
import GMPAS
import Text.ParserCombinators.Parsec
---------------------------------------------------------------------------------
-- Modal Logic Class
---------------------------------------------------------------------------------
class ModalLogic a where
parseIndex :: Parser a
matchRO :: [(TVandMA a)] -> [Int]
-- getClause :: ??? -- step 4