Subst/setplus.thy
author nipkow
Sat, 13 Aug 1994 16:33:53 +0200
changeset 101 5f99df1e26c4
parent 0 7949f97df77a
permissions -rw-r--r--
Added primitive recursive functions (Norbert Voelker's code) to the datatype package.

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