src/HOL/BCV/Types.thy
author wenzelm
Tue, 05 Oct 1999 15:30:14 +0200
changeset 7718 86755cc5b83c
parent 7626 5997f35954d7
permissions -rw-r--r--
Present.setup;

(*  Title:      HOL/BCV/Types.thy
    ID:         $Id$
    Author:     Tobias Nipkow
    Copyright   1999 TUM

Types for the register machine
*)

Types = Types0 +

instance typ :: order (le_typ_refl,le_typ_trans,le_typ_antisym,less_le_typ)

end