src/HOL/TLA/ROOT.ML
author wenzelm
Wed, 09 May 2007 19:37:20 +0200
changeset 22895 adc529c89281
parent 17309 c43ed29bd197
child 24584 01e83ffa6c54
permissions -rw-r--r--
tuned syntax;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3807
82a99b090d9d A formalization of TLA in HOL -- by Stephan Merz;
wenzelm
parents:
diff changeset
     1
(*  Title:      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";