src/HOL/TLA/Memory/RPCParameters.ML
author wenzelm
Mon, 09 Oct 2006 02:19:54 +0200
changeset 20902 a0034e545c13
parent 17309 c43ed29bd197
permissions -rw-r--r--
replaced Drule.clhs/crhs_of by Drule.lhs/rhs_of;

(*
    File:        RPCParameters.ML
    ID:          $Id$
    Author:      Stephan Merz
    Copyright:   1997 University of Munich

    RPC-Memory example: RPC parameters (theorems and proofs)
*)

Addsimps ([RFNoMemVal, NotAResultNotRF, OKNotRF, BANotRF]
          @ (map (fn x => x RS not_sym) [NotAResultNotRF, OKNotRF, BANotRF]));