src/HOL/SVC_Oracle.thy
author wenzelm
Tue, 17 Aug 1999 22:11:05 +0200
changeset 7237 2919daadba91
parent 7162 8737390d1d0a
permissions -rw-r--r--
turned SVC_Oracle into a new-style theory in order to get automatic handling of its additional dependency on Tools/svc_funcs.ML;

(*  Title:      HOL/SVC_Oracle.thy
    ID:         $Id$
    Author:     Lawrence C Paulson
    Copyright   1999  University of Cambridge

Installing the oracle for SVC (Stanford Validity Checker)

Based upon the work of Søren T. Heilmann
*)

theory SVC_Oracle = NatBin (** + Real??**)
files "Tools/svc_funcs.ML":

consts
  (*reserved for the oracle*)
  iff_keep :: "[bool, bool] => bool"
  iff_unfold :: "[bool, bool] => bool"

oracle
  svc_oracle = Svc.oracle

end