src/ZF/quniv.thy
author clasohm
Thu, 16 Sep 1993 12:20:38 +0200
changeset 0 a5a9c433f639
child 124 858ab9a9b047
permissions -rw-r--r--
Initial revision

(*  Title: 	ZF/univ.thy
    ID:         $Id$
    Author: 	Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1993  University of Cambridge

A small universe for lazy recursive types
*)

QUniv = Univ + QPair +
consts
    quniv        :: "i=>i"

rules
    quniv_def    "quniv(A) == Pow(univ(eclose(A)))"

end