src/CTT/Main.thy
author wenzelm
Wed, 28 Jan 2015 22:19:22 +0100
changeset 59463 b91dc7ab3464
parent 58889 5b7a9633cfa8
child 60770 240563fbf41d
permissions -rw-r--r--
more robust protocol command: purge removed execs asynchronously, to remain reactive despite problems to cancel "Command.run_process" in a situation of overrunning non-terminating tasks (see also 59f1591a11cb);
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
58889
5b7a9633cfa8 modernized header uniformly as section;
wenzelm
parents: 35762
diff changeset
     1
section {* Main includes everything *}
10466
78168ca70469 new Main.thy as in HOL, ZF
paulson
parents:
diff changeset
     2
17441
5b5feca0344a converted to Isar theory format;
wenzelm
parents: 16417
diff changeset
     3
theory Main
5b5feca0344a converted to Isar theory format;
wenzelm
parents: 16417
diff changeset
     4
imports CTT Arith Bool
5b5feca0344a converted to Isar theory format;
wenzelm
parents: 16417
diff changeset
     5
begin
10466
78168ca70469 new Main.thy as in HOL, ZF
paulson
parents:
diff changeset
     6
end