src/HOLCF/ex/dagstuhl.thy
author wenzelm
Mon, 16 Dec 1996 10:05:16 +0100
changeset 2409 f4505fe0bd22
parent 299 febeb36a4ba4
permissions -rw-r--r--
Compatibility file for Standard ML of New Jersey, version 1.07.

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