src/ZF/QUniv.thy
author wenzelm
Wed, 06 Aug 1997 14:35:52 +0200
changeset 3630 aee7effe0816
parent 2469 b50b8c0eec01
child 3923 c257b82a1200
permissions -rw-r--r--
removed smlnj-1.07;

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