src/HOLCF/One.thy
author slotosch
Sun, 25 May 1997 16:17:09 +0200
changeset 3324 6b26b886ff69
parent 2640 ee4dfce170a0
child 3717 e28553315355
permissions -rw-r--r--
Eliminated the prediates flat,chfin Changed theorems with flat(x::'a) to (x::'a::flat) Since flat<chfin theorems adm_flat,adm_flatdom are eliminated. Use adm_chain_finite and adm_chfindom instead! Examples do not use flat_flat any more

(*  Title:      HOLCF/One.thy
    ID:         $Id$
    Author:     Oscar Slotosch
    Copyright   1997 Technische Universitaet Muenchen
*)

One = Lift +

types one = "unit lift"

consts
	ONE             :: "one"

translations
	     "one" == (type) "unit lift" 

rules
  ONE_def     "ONE == Def()"
end