src/HOL/Subst/Setplus.thy
author paulson
Mon, 14 Aug 1995 13:42:27 +0200
changeset 1228 7d6b0241afab
parent 968 3cdaa8724175
child 1476 608483c2122a
permissions -rw-r--r--
updated version number to revision 4

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