src/HOLCF/ex/Dagstuhl.thy
author kleing
Tue, 13 May 2003 08:59:21 +0200
changeset 14024 213dcc39358f
parent 10835 f4745d77e620
child 17291 94f6113fe9ed
permissions -rw-r--r--
HOL-Real -> HOL-Complex

(* $Id$ *)


Dagstuhl  =  Stream +

consts
        y  :: "'a"
       YS  :: "'a stream"
       YYS :: "'a stream"

defs

YS_def    "YS  == fix$(LAM x. y && x)"
YYS_def   "YYS == fix$(LAM z. y && y && z)"
  
end