src/HOLCF/ex/dagstuhl.thy
author paulson
Wed, 05 Jul 2000 17:42:06 +0200
changeset 9249 c71db8c28727
parent 299 febeb36a4ba4
permissions -rw-r--r--
removed batch proofs

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