ModalLogic.hs revision 4ab8550dcabe996438c2515348d0f0c0014a9c4b
{-# OPTIONS -fglasgow-exts #-}
module ModalLogic where
import GMPAS
-------------------------------------------------------------------------------
-- Modal Logic Class
-------------------------------------------------------------------------------
class ModalLogic a b | a -> b where
parseIndex :: Parser a
matchRO :: [(TVandMA a)] -> [b]
getClause :: b -> [Clause]