src/HOL/MicroJava/J/JBasis.thy
author nipkow
Mon, 10 Jan 2000 16:07:29 +0100
changeset 8116 759f712f8f06
parent 8011 d14c4e9e9c8e
child 10042 7164dc0d24d8
permissions -rw-r--r--
int:nat->int is pushed inwards.

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