src/HOLCF/ex/Dagstuhl.thy
author berghofe
Thu, 27 Jan 2005 12:37:02 +0100
changeset 15475 fdf9434b04ea
parent 10835 f4745d77e620
child 17291 94f6113fe9ed
permissions -rw-r--r--
- Proofs are now hidden by default when generating documents - New syntax for referring to theorems in lists - Improvements to theory loader (relative and absolute paths)

(* $Id$ *)


Dagstuhl  =  Stream +

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

defs

YS_def    "YS  == fix$(LAM x. y && x)"
YYS_def   "YYS == fix$(LAM z. y && y && z)"
  
end