src/HOLCF/One.thy
author nipkow
Thu, 24 Apr 1997 18:51:14 +0200
changeset 3044 3e3087aa69e7
parent 2640 ee4dfce170a0
child 3717 e28553315355
permissions -rw-r--r--
Updates because nat_ind_tac no longer appends "1" to the ind.var.

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