TFL/examples/Subst/Setplus.thy
author wenzelm
Fri, 28 Feb 1997 16:56:31 +0100
changeset 2704 afa01c9f1ab0
parent 2113 21266526ac42
permissions -rw-r--r--
more robust handling of invocation errors; added -m MODE option;

(*  Title:      Substitutions/setplus.thy
    Author:     Martin Coen, Cambridge University Computer Laboratory
    Copyright   1993  University of Cambridge

Minor additions to HOL's set theory
*)

Setplus = Finite + 

rules

  ssubset_def    "A < B == A <= B & ~ A=B"

end