ModalLogic.hs revision 7b07d9655900f3b6baf20ac45a4cd29d26b807ad
module ModalLogic where
import GMPAS
-------------------------------------------------------------------------------
-- Modal Logic Class
-------------------------------------------------------------------------------
class ModalLogic a b | a -> b where
parseIndex :: Parser a
matchRO :: [(TVandMA a)] -> [b]
-- getClause :: ??? -- step 4