src/ZF/QUniv.thy
author mueller
Thu, 17 Jul 1997 12:44:16 +0200
changeset 3522 a34c20f4bf44
parent 2469 b50b8c0eec01
child 3923 c257b82a1200
permissions -rw-r--r--
changes neede for introducing fairness

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