src/ZF/quniv.thy
author berghofe
Mon, 19 Nov 2001 17:40:45 +0100
changeset 12238 09966ccbc84c
parent 124 858ab9a9b047
permissions -rw-r--r--
Improved error message.

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