src/ZF/QUniv.thy
author wenzelm
Thu, 06 Feb 1997 17:47:19 +0100
changeset 2586 c7a0c0618ca0
parent 2469 b50b8c0eec01
child 3923 c257b82a1200
permissions -rw-r--r--
adapted to new Syntax.read_typ;

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