Subst/setplus.thy
author nipkow
Tue, 04 Jan 1994 18:33:20 +0100
changeset 28 3e32fa0e779a
parent 0 7949f97df77a
permissions -rw-r--r--
shortened use_thy section taking advantage of dependencies

(*  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