src/HOL/Subst/Setplus.thy
author nipkow
Mon, 20 Jan 1997 18:29:26 +0100
changeset 2531 7cfa1a9c744d
parent 1476 608483c2122a
permissions -rw-r--r--
Improved text.

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