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