src/ZF/QUniv.thy
author wenzelm
Mon, 07 Jul 1997 09:07:08 +0200
changeset 3504 8493dbe2f009
parent 2469 b50b8c0eec01
child 3923 c257b82a1200
permissions -rw-r--r--
-w option;

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

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

end