| author | krauss |
| Fri, 29 Oct 2010 21:41:14 +0200 | |
| changeset 40288 | 520199d8b66e |
| 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 |