src/HOLCF/Discrete.thy
author paulson
Mon, 17 Aug 1998 13:06:29 +0200
changeset 5324 ec84178243ff
parent 2841 c2508f4ab739
child 12030 46d57d0290a2
permissions -rw-r--r--
Now allows "." in rule names, with special treatment for "be"

(*  Title:      HOLCF/Discrete.thy
    ID:         $Id$
    Author:     Tobias Nipkow
    Copyright   1997 TUM

Discrete CPOs
*)

Discrete = Discrete1 +

instance discr :: (term)cpo   (discr_cpo)

constdefs
   undiscr :: ('a::term)discr => 'a
  "undiscr x == (case x of Discr y => y)"

end