src/HOL/Set.ML
changeset 1985 84cf16192e03
parent 1937 e59ff0eb1e91
child 2024 909153d8318f
equal deleted inserted replaced
1984:5cf82dc3ce67 1985:84cf16192e03
     1 (*  Title:      HOL/set
     1 (*  Title:      HOL/set
     2     ID:         $Id$
     2     ID:         $Id$
     3     Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
     3     Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
     4     Copyright   1991  University of Cambridge
     4     Copyright   1991  University of Cambridge
     5 
     5 
     6 For set.thy.  Set theory for higher-order logic.  A set is simply a predicate.
     6 Set theory for higher-order logic.  A set is simply a predicate.
     7 *)
     7 *)
     8 
     8 
     9 open Set;
     9 open Set;
    10 
    10 
    11 section "Relating predicates and sets";
    11 section "Relating predicates and sets";