src/HOL/MicroJava/J/JBasis.thy
author wenzelm
Sat, 02 Sep 2000 21:48:10 +0200
changeset 9802 adda1dc18bb8
parent 8116 759f712f8f06
child 10042 7164dc0d24d8
permissions -rw-r--r--
converted;

(*  Title:      HOL/MicroJava/J/JBasis.thy
    ID:         $Id$
    Author:     David von Oheimb
    Copyright   1999 TU Muenchen

Some auxiliary definitions.
*)

JBasis = Main + 

constdefs

  unique  :: "('a \\<times> 'b) list \\<Rightarrow> bool"
 "unique  \\<equiv> nodups \\<circ> map fst"

end