src/HOLCF/ex/dagstuhl.thy
author berghofe
Tue, 07 Aug 2001 19:26:42 +0200
changeset 11470 d3a3be6660f9
parent 299 febeb36a4ba4
permissions -rw-r--r--
Eliminated dependency of Funs_rangeE on SOME.

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