src/HOLCF/ex/dagstuhl.thy
author wenzelm
Mon, 16 Dec 1996 10:02:17 +0100
changeset 2404 edcc26b1461d
parent 299 febeb36a4ba4
permissions -rw-r--r--
added symbol_input.ML;

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