src/HOLCF/Discrete.thy
author berghofe
Wed, 24 Nov 2004 10:37:38 +0100
changeset 15326 ff21cddee442
parent 14981 e73f8140af78
child 15555 9d4dbd18ff2d
permissions -rw-r--r--
Made test_term escape special characters in strings that caused the ML compiler to fail.

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

Discrete CPOs.
*)

Discrete = Discrete1 +

instance discr :: (type)cpo   (discr_cpo)

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

end