src/HOL/subset.thy
author wenzelm
Mon, 04 Oct 1999 21:46:49 +0200
changeset 7705 222b715b5d24
parent 5853 36b5559d8224
child 7717 e7ecfa617443
permissions -rw-r--r--
Tools/typedef_package.ML;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1475
7f5a4cd08209 expanded tabs; renamed subtype to typedef;
clasohm
parents: 923
diff changeset
     1
(*  Title:      HOL/subset.thy
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
     2
    ID:         $Id$
1475
7f5a4cd08209 expanded tabs; renamed subtype to typedef;
clasohm
parents: 923
diff changeset
     3
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
     4
    Copyright   1994  University of Cambridge
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
     5
*)
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
     6
7705
222b715b5d24 Tools/typedef_package.ML;
wenzelm
parents: 5853
diff changeset
     7
theory subset = Set
222b715b5d24 Tools/typedef_package.ML;
wenzelm
parents: 5853
diff changeset
     8
files "Tools/typedef_package.ML":
222b715b5d24 Tools/typedef_package.ML;
wenzelm
parents: 5853
diff changeset
     9
222b715b5d24 Tools/typedef_package.ML;
wenzelm
parents: 5853
diff changeset
    10
end