module Base : sig ... end
permissive_cnf query
returns a simplified conjunctive normal form that is
more permissive and does not contain negated terms.
There are a couple of special cases to be aware of:
True
Not
is replaced by True
False
, and the whole
cnf will be rewritten to [ ]
.val arg : t Core.Command.Arg_type.t
val matches_message : t ‑> Async_smtp.Smtp_mail_log.Message.t ‑> bool