src/HOLCF/ex/dagstuhl.thy
author nipkow
Sun, 19 Nov 1995 14:17:31 +0100
changeset 1347 89550840ef93
parent 299 febeb36a4ba4
permissions -rw-r--r--
Moved comments into README.html

(*
    ID:         $ $
*)

Dagstuhl  =  Stream2 +

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

rules

YS_def    "YS  = fix[LAM x. scons[y][x]]"
YYS_def   "YYS = fix[LAM z. scons[y][scons[y][z]]]"
  
end