ifol.elf revision c6506aa7090643badb5a6dca5df0ca6617558f5e
%read "../syntax/fol.elf".
%read "../../propositional/proof_theory/iprop.elf".
%read "modules.elf".
%sig IFOLPF = {
%include BaseFOLPF %open ded i o.
%include FOL %open true false not imp and or forall exists.
%include IPLPF %open.
%include ForallPF %open forallI forallE.
%include ExistsPF %open existsI existsE.
}.
%sig IFOLEQPF = {
%include IFOLPF %open.
%include EqualPF %open.
}.