Subst/Setplus.thy
author nipkow
Fri, 02 Dec 1994 11:43:20 +0100
changeset 194 b93cc55cb7ab
parent 0 7949f97df77a
permissions -rw-r--r--
small updates because datatype list is now used. In particular Nil -> []

(*  Title: 	Substitutions/setplus.thy
    Author: 	Martin Coen, Cambridge University Computer Laboratory
    Copyright   1993  University of Cambridge

Minor additions to HOL's set theory
*)

Setplus = Set + 

rules

  ssubset_def    "A < B == A <= B & ~ A=B"

end