ex/Finite.thy
author nipkow
Mon, 28 Nov 1994 16:45:29 +0100
changeset 191 ec175b039523
parent 0 7949f97df77a
permissions -rw-r--r--
Fixed small bug in print-translation for set comprehension.

Finite = Lfp +
consts Fin :: "'a set => 'a set set"
rules
 Fin_def "Fin(A) == lfp(%F. insert({}, UN x:A. insert(x)``F))"
end