Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
class (MonadFix m, Applicative m, Monad m) => MonadSAT m where Source
fresh, fresh_forall :: m Literal Source
emit some note (could be printed by the backend)
decode_variable :: Variable -> Decoder m Bool Source