src/ZF/QUniv.thy
author wenzelm
Fri, 13 Mar 1998 18:15:14 +0100
changeset 4744 4469d498cd48
parent 3940 1d5bee4d047f
child 6093 87bf8c03b169
permissions -rw-r--r--
moved addsplits [expand_if] from HOL_basic_ss to HOL_ss;

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

global

consts
    quniv        :: i=>i

local

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

end