src/HOL/UNITY/ROOT.ML
author krauss
Sun, 22 May 2011 22:22:25 +0200
changeset 42948 e6990acab6ff
parent 41892 2386fb64feaf
permissions -rw-r--r--
reverted 7fdd8d4908dc -- keeping images from Isabelle_makeall would be too expensive

(*  Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1998  University of Cambridge
*)

(*Verifying security protocols using UNITY*)
no_document use_thys ["../Auth/Public"];

use_thys [
  (*Basic meta-theory*)
  "UNITY_Main",

  (*Simple examples: no composition*)
  "Simple/Deadlock",
  "Simple/Common",
  "Simple/Network",
  "Simple/Token",
  "Simple/Channel",
  "Simple/Lift",
  "Simple/Mutex",
  "Simple/Reach",
  "Simple/Reachability",

  (*Verifying security protocols using UNITY*)
  "Simple/NSP_Bad",

  (*Example of composition*)
  "Comp/Handshake",

  (*Universal properties examples*)
  "Comp/Counter",
  "Comp/Counterc",
  "Comp/Priority",

  "Comp/TimerArray",
  "Comp/Progress",

  "Comp/Alloc",
  "Comp/AllocImpl",
  "Comp/Client",

  (*obsolete*)
  "ELT"
];