mk_neg
boolSyntax.mk_neg : (term -> term)
Constructs a negation.
mk_neg "t" returns "~t".
mk_neg "t"
"~t"
Fails with mk_neg unless t is of type bool.
t
bool
boolSyntax.dest_neg, boolSyntax.is_neg
boolSyntax.dest_neg
boolSyntax.is_neg