src/ZF/quniv.thy
author wenzelm
Mon, 09 Dec 1996 16:47:11 +0100
changeset 2350 da4f8b250e1a
parent 124 858ab9a9b047
permissions -rw-r--r--
patch-scripts.bash - relocate interpreter paths of Isabelle scripts.

(*  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 + "mono" + "equalities" +
consts
    quniv        :: "i=>i"

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

end