src/FOL/ex/IffOracle.ML
author paulson
Thu, 21 Mar 1996 13:02:26 +0100
changeset 1601 0ef6ea27ab15
parent 1537 3f51f0945a3e
child 1847 58ab3b74a344
permissions -rw-r--r--
Changes required by removal of the theory argument of Theorem
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1537
3f51f0945a3e Example of declaring oracles
paulson
parents:
diff changeset
     1
(*  Title:      FOL/ex/IffOracle
3f51f0945a3e Example of declaring oracles
paulson
parents:
diff changeset
     2
    ID:         $Id$
3f51f0945a3e Example of declaring oracles
paulson
parents:
diff changeset
     3
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
3f51f0945a3e Example of declaring oracles
paulson
parents:
diff changeset
     4
    Copyright   1996  University of Cambridge
3f51f0945a3e Example of declaring oracles
paulson
parents:
diff changeset
     5
3f51f0945a3e Example of declaring oracles
paulson
parents:
diff changeset
     6
Example of how to use an oracle
3f51f0945a3e Example of declaring oracles
paulson
parents:
diff changeset
     7
*)
3f51f0945a3e Example of declaring oracles
paulson
parents:
diff changeset
     8
3f51f0945a3e Example of declaring oracles
paulson
parents:
diff changeset
     9
invoke_oracle (IffOracle.thy, sign_of IffOracle.thy, IffOracleExn 0);
3f51f0945a3e Example of declaring oracles
paulson
parents:
diff changeset
    10
invoke_oracle (IffOracle.thy, sign_of IffOracle.thy, IffOracleExn 5);
3f51f0945a3e Example of declaring oracles
paulson
parents:
diff changeset
    11
invoke_oracle (IffOracle.thy, sign_of IffOracle.thy, IffOracleExn 10);
3f51f0945a3e Example of declaring oracles
paulson
parents:
diff changeset
    12
#der(rep_thm it);
3f51f0945a3e Example of declaring oracles
paulson
parents:
diff changeset
    13