src/HOL/MicroJava/J/JBasis.thy
author paulson
Fri, 05 Jan 2001 10:17:19 +0100
changeset 10783 2781ac7a4619
parent 10042 7164dc0d24d8
child 11026 a50365d21144
permissions -rw-r--r--
fixed two proofs that were affected by the removal of obsolete rules

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