src/HOL/BCV/Types.thy
author paulson
Fri, 05 Nov 1999 12:45:37 +0100
changeset 7999 7acf6eb8eec1
parent 7626 5997f35954d7
permissions -rw-r--r--
Algebra and Polynomial theories, by Clemens Ballarin

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