src/HOL/ex/SVC_Oracle.thy
author huffman
Wed, 06 Jul 2005 00:08:57 +0200
changeset 16701 abd0abd66387
parent 16417 9bc16273c2d4
child 16836 45a3dc4688bc
permissions -rw-r--r--
add keywords cpodef, pcpodef (for HOLCF)

(*  Title:      HOL/ex/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 imports Main (** + Real??**)
uses "svc_funcs.ML" begin

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

oracle
  svc_oracle = Svc.oracle

end