src/HOLCF/HOLCF.ML
author wenzelm
Tue, 13 Sep 2005 22:19:23 +0200
changeset 17339 ab97ccef124a
parent 16841 228d663cc9b3
permissions -rw-r--r--
tuned Isar interfaces; tuned IsarThy.theorem_i;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1461
6bcb44e4d6e5 expanded tabs
clasohm
parents: 1274
diff changeset
     1
(*  Title:      HOLCF/HOLCF.ML
243
c22b85994e17 Franz Regensburger's Higher-Order Logic of Computable Functions embedding LCF
nipkow
parents:
diff changeset
     2
    ID:         $Id$
c22b85994e17 Franz Regensburger's Higher-Order Logic of Computable Functions embedding LCF
nipkow
parents:
diff changeset
     3
*)
c22b85994e17 Franz Regensburger's Higher-Order Logic of Computable Functions embedding LCF
nipkow
parents:
diff changeset
     4
15650
b37dc98fbbc5 converted to new-style theory
huffman
parents: 14981
diff changeset
     5
structure HOLCF =
b37dc98fbbc5 converted to new-style theory
huffman
parents: 14981
diff changeset
     6
struct
b37dc98fbbc5 converted to new-style theory
huffman
parents: 14981
diff changeset
     7
  val thy = the_context ();
b37dc98fbbc5 converted to new-style theory
huffman
parents: 14981
diff changeset
     8
end;