Subst/setplus.thy
author wenzelm
Wed, 14 Sep 1994 16:05:28 +0200
changeset 142 760641387b20
parent 0 7949f97df77a
permissions -rw-r--r--
replaced lookup_const by Sign.const_type;

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