ModalLogic.hs revision a6e279021854413083ebe0314b0bec4727c21a29
module ModalLogic where
import GMPAS
import Text.ParserCombinators.Parsec
---------------------------------------------------------------------------------
-- Modal Logic Class
---------------------------------------------------------------------------------
class ModalLogic a where
parseIndex :: Parser a
-- matchRo :: ??? -- step 3
-- getClause :: ??? -- step 4