src/ZF/quniv.thy
author wenzelm
Tue, 08 Jan 2002 21:02:15 +0100
changeset 12678 4d36d8df29fa
parent 124 858ab9a9b047
permissions -rw-r--r--
HOL-Hyperreal produces an image (again);

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