src/HOLCF/FOCUS/FOCUS.thy
author wenzelm
Sat, 13 May 2006 02:51:30 +0200
changeset 19625 285771cec083
parent 17293 ecf182ccc3ca
child 19759 2d0896653e7a
permissions -rw-r--r--
* Pure: overloaded definitions are now actually checked for acyclic dependencies;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17293
ecf182ccc3ca converted to Isar theory format;
wenzelm
parents: 14981
diff changeset
     1
(*  Title:      HOLCF/FOCUS/FOCUS.thy
11355
wenzelm
parents: 11350
diff changeset
     2
    ID:         $Id$
17293
ecf182ccc3ca converted to Isar theory format;
wenzelm
parents: 14981
diff changeset
     3
    Author:     David von Oheimb, TU Muenchen
11350
4c55b020d6ee added FOCUS including the One-Element Buffer by Manfred Broy
oheimb
parents:
diff changeset
     4
*)
4c55b020d6ee added FOCUS including the One-Element Buffer by Manfred Broy
oheimb
parents:
diff changeset
     5
17293
ecf182ccc3ca converted to Isar theory format;
wenzelm
parents: 14981
diff changeset
     6
header {* Top level of FOCUS *}
ecf182ccc3ca converted to Isar theory format;
wenzelm
parents: 14981
diff changeset
     7
ecf182ccc3ca converted to Isar theory format;
wenzelm
parents: 14981
diff changeset
     8
theory FOCUS
ecf182ccc3ca converted to Isar theory format;
wenzelm
parents: 14981
diff changeset
     9
imports Fstream
ecf182ccc3ca converted to Isar theory format;
wenzelm
parents: 14981
diff changeset
    10
begin
ecf182ccc3ca converted to Isar theory format;
wenzelm
parents: 14981
diff changeset
    11
ecf182ccc3ca converted to Isar theory format;
wenzelm
parents: 14981
diff changeset
    12
end