Subst/Setplus.thy
author nipkow
Tue, 02 Aug 1994 16:43:39 +0200
changeset 99 be01ba66ba7b
parent 0 7949f97df77a
permissions -rw-r--r--
exposed meta_obj_reflection

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