src/HOL/MicroJava/J/JBasis.thy
author paulson
Thu, 14 Sep 2000 11:34:13 +0200
changeset 9955 6ed42bcba707
parent 8116 759f712f8f06
child 10042 7164dc0d24d8
permissions -rw-r--r--
a bit more of division

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