src/HOL/MicroJava/J/JBasis.thy
author kleing
Thu, 21 Sep 2000 10:42:49 +0200
changeset 10042 7164dc0d24d8
parent 8116 759f712f8f06
child 11026 a50365d21144
permissions -rw-r--r--
unsymbolized

(*  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 => bool"
 "unique  == nodups \\<circ> map fst"

end