src/HOLCF/IOA/ROOT.ML
author webertj
Fri, 14 Aug 2009 13:44:14 +0100
changeset 32369 04af689ce721
parent 24584 01e83ffa6c54
child 33615 261abc2e3155
permissions -rw-r--r--
Fixed a bug where the simplifier would hang on lemma "f a = M { nat j |j. 0 <= j & j < f b}" pre_decomp/pre_tac no longer split terms that contain (non-locally) bound variables (e.g., "nat j" in the above example).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24584
01e83ffa6c54 fixed title
haftmann
parents: 23560
diff changeset
     1
(*  Title:      HOLCF/IOA/ROOT.ML
3071
981258186b71 New meta theory for IOA based on HOLCF.
mueller
parents:
diff changeset
     2
    ID:         $Id$
19360
f47412f922ab converted Müller to Mueller to make smlnj 110.58 work
kleing
parents: 17925
diff changeset
     3
    Author:     Olaf Mueller
3071
981258186b71 New meta theory for IOA based on HOLCF.
mueller
parents:
diff changeset
     4
23560
e43686246de4 proper use of ioa_package.ML;
wenzelm
parents: 19360
diff changeset
     5
Formalization of a semantic model of I/O-Automata.  See README.html
e43686246de4 proper use of ioa_package.ML;
wenzelm
parents: 19360
diff changeset
     6
for details.
3071
981258186b71 New meta theory for IOA based on HOLCF.
mueller
parents:
diff changeset
     7
*)
981258186b71 New meta theory for IOA based on HOLCF.
mueller
parents:
diff changeset
     8
9000
c20d58286a51 cleaned up;
wenzelm
parents: 6488
diff changeset
     9
time_use_thy "meta_theory/Abstraction";