Subst/setplus.thy
author nipkow
Tue, 15 Feb 1994 07:55:22 +0100
changeset 43 424c7b1489df
parent 0 7949f97df77a
permissions -rw-r--r--
added etac FalseE to the simplifier's solver.

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