derived.elf revision c6506aa7090643badb5a6dca5df0ca6617558f5e
%read "modules.elf".
%sig Equiv = {
%include Base %open.
%include CONJ %open.
%include IMP %open.
equiv : o -> o -> o = [a : o] [b : o] ((a imp b) and (b imp a)). %infix left 5 equiv.
}.