src/HOL/TLA/Memory/RPCParameters.ML
author mengj
Fri, 07 Apr 2006 05:14:54 +0200
changeset 19356 794802e95d35
parent 17309 c43ed29bd197
permissions -rw-r--r--
hash table now stores thm and get_clasimp_atp_lemmas returns thm rather than term.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17309
c43ed29bd197 converted to Isar theory format;
wenzelm
parents: 9517
diff changeset
     1
(*
3807
82a99b090d9d A formalization of TLA in HOL -- by Stephan Merz;
wenzelm
parents:
diff changeset
     2
    File:        RPCParameters.ML
17309
c43ed29bd197 converted to Isar theory format;
wenzelm
parents: 9517
diff changeset
     3
    ID:          $Id$
3807
82a99b090d9d A formalization of TLA in HOL -- by Stephan Merz;
wenzelm
parents:
diff changeset
     4
    Author:      Stephan Merz
82a99b090d9d A formalization of TLA in HOL -- by Stephan Merz;
wenzelm
parents:
diff changeset
     5
    Copyright:   1997 University of Munich
82a99b090d9d A formalization of TLA in HOL -- by Stephan Merz;
wenzelm
parents:
diff changeset
     6
6255
db63752140c7 updated (Stephan Merz);
wenzelm
parents: 3807
diff changeset
     7
    RPC-Memory example: RPC parameters (theorems and proofs)
3807
82a99b090d9d A formalization of TLA in HOL -- by Stephan Merz;
wenzelm
parents:
diff changeset
     8
*)
82a99b090d9d A formalization of TLA in HOL -- by Stephan Merz;
wenzelm
parents:
diff changeset
     9
6255
db63752140c7 updated (Stephan Merz);
wenzelm
parents: 3807
diff changeset
    10
Addsimps ([RFNoMemVal, NotAResultNotRF, OKNotRF, BANotRF]
db63752140c7 updated (Stephan Merz);
wenzelm
parents: 3807
diff changeset
    11
          @ (map (fn x => x RS not_sym) [NotAResultNotRF, OKNotRF, BANotRF]));