author | huffman |
Sun, 07 Mar 2010 16:39:31 -0800 | |
changeset 35642 | f478d5a9d238 |
parent 33615 | 261abc2e3155 |
child 41892 | 2386fb64feaf |
permissions | -rw-r--r-- |
32624
3dec57ec3473
entry point theory for examples; reactivated half-dead example
haftmann
parents:
28866
diff
changeset
|
1 |
(* Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
4776 | 2 |
Copyright 1998 University of Cambridge |
3 |
*) |
|
4 |
||
24147 | 5 |
(*Verifying security protocols using UNITY*) |
33615 | 6 |
no_document use_thys ["../Auth/Public"]; |
11193
851c90b23a9e
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
paulson
parents:
10782
diff
changeset
|
7 |
|
33615 | 8 |
use_thys [ |
9 |
"UNITY_Main", (*Basic meta-theory*) |
|
10 |
"UNITY_Examples" (*Examples*) |
|
11 |
]; |
|
9112 | 12 |