src/HOLCF/ex/Dagstuhl.thy
author wenzelm
Thu, 15 Feb 2001 17:18:54 +0100
changeset 11145 3e47692e3a3e
parent 10835 f4745d77e620
child 17291 94f6113fe9ed
permissions -rw-r--r--
eliminate get_def;

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