src/HOL/Auth/DB-ROOT.ML
author paulson
Fri, 11 Jul 1997 13:27:15 +0200
changeset 3513 4d4f8c18255e
parent 3511 da4dd8b7ced4
permissions -rw-r--r--
Now loads theory Event, which contains common declarations
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1969
af6d59e26dd9 Dedicated root file for making the Auth database
paulson
parents:
diff changeset
     1
(*  Title:      HOL/Auth/DB-ROOT
af6d59e26dd9 Dedicated root file for making the Auth database
paulson
parents:
diff changeset
     2
    ID:         $Id$
af6d59e26dd9 Dedicated root file for making the Auth database
paulson
parents:
diff changeset
     3
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
af6d59e26dd9 Dedicated root file for making the Auth database
paulson
parents:
diff changeset
     4
    Copyright   1996  University of Cambridge
af6d59e26dd9 Dedicated root file for making the Auth database
paulson
parents:
diff changeset
     5
af6d59e26dd9 Dedicated root file for making the Auth database
paulson
parents:
diff changeset
     6
Root file for creating a **separate database** for protocol proofs.
af6d59e26dd9 Dedicated root file for making the Auth database
paulson
parents:
diff changeset
     7
             ** Use ROOT.ML to simply run the proofs. **
af6d59e26dd9 Dedicated root file for making the Auth database
paulson
parents:
diff changeset
     8
*)
af6d59e26dd9 Dedicated root file for making the Auth database
paulson
parents:
diff changeset
     9
af6d59e26dd9 Dedicated root file for making the Auth database
paulson
parents:
diff changeset
    10
HOL_build_completed;    (*Make examples fail if HOL did*)
af6d59e26dd9 Dedicated root file for making the Auth database
paulson
parents:
diff changeset
    11
af6d59e26dd9 Dedicated root file for making the Auth database
paulson
parents:
diff changeset
    12
val banner = "Security Protocols";
af6d59e26dd9 Dedicated root file for making the Auth database
paulson
parents:
diff changeset
    13
writeln banner;
af6d59e26dd9 Dedicated root file for making the Auth database
paulson
parents:
diff changeset
    14
3513
4d4f8c18255e Now loads theory Event, which contains common declarations
paulson
parents: 3511
diff changeset
    15
use_thy "Event";