src/HOL/TLA/ROOT.ML
author haftmann
Sat, 15 Sep 2007 19:27:35 +0200
changeset 24584 01e83ffa6c54
parent 17309 c43ed29bd197
child 25750 4e796867ccb5
permissions -rw-r--r--
fixed title
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24584
01e83ffa6c54 fixed title
haftmann
parents: 17309
diff changeset
     1
(*  Title:      HOL/TLA/ROOT.ML
17309
c43ed29bd197 converted to Isar theory format;
wenzelm
parents: 9000
diff changeset
     2
    ID:         $Id$
3807
82a99b090d9d A formalization of TLA in HOL -- by Stephan Merz;
wenzelm
parents:
diff changeset
     3
82a99b090d9d A formalization of TLA in HOL -- by Stephan Merz;
wenzelm
parents:
diff changeset
     4
Adds the Temporal Logic of Actions to a database containing Isabelle/HOL.
82a99b090d9d A formalization of TLA in HOL -- by Stephan Merz;
wenzelm
parents:
diff changeset
     5
*)
82a99b090d9d A formalization of TLA in HOL -- by Stephan Merz;
wenzelm
parents:
diff changeset
     6
82a99b090d9d A formalization of TLA in HOL -- by Stephan Merz;
wenzelm
parents:
diff changeset
     7
val banner = "Temporal Logic of Actions";
82a99b090d9d A formalization of TLA in HOL -- by Stephan Merz;
wenzelm
parents:
diff changeset
     8
9000
c20d58286a51 cleaned up;
wenzelm
parents: 6349
diff changeset
     9
time_use_thy "TLA";