src/HOL/UNITY/ROOT.ML
author wenzelm
Sat, 13 Mar 2010 14:44:47 +0100
changeset 35743 c506c029a082
parent 33615 261abc2e3155
child 41892 2386fb64feaf
permissions -rw-r--r--
adapted to localized typedef: handle single global interpretation only;

(*  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 [
  "UNITY_Main",     (*Basic meta-theory*)
  "UNITY_Examples"  (*Examples*)
];