src/FOL/ex/IffOracle.thy
author paulson
Tue, 05 Mar 1996 11:38:41 +0100
changeset 1537 3f51f0945a3e
child 3817 f20f193d42b4
permissions -rw-r--r--
Example of declaring oracles

(*  Title:      FOL/ex/IffOracle
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1996  University of Cambridge

Example of how to declare an oracle
*)

IffOracle = "declIffOracle" + FOL +
oracle mk_iff_oracle
end