src/HOLCF/ex/Dagstuhl.thy
author wenzelm
Wed, 15 Oct 1997 15:12:59 +0200
changeset 3872 a5839ecee7b8
parent 2570 24d7e8fb8261
child 10835 f4745d77e620
permissions -rw-r--r--
tuned; prepare ext;

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