src/HOL/TLA/ROOT.ML
author chaieb
Mon, 11 Jun 2007 11:06:00 +0200
changeset 23314 6894137e854a
parent 17309 c43ed29bd197
child 24584 01e83ffa6c54
permissions -rw-r--r--
A new and cleaned up Theory for QE. for Presburger arithmetic
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";