src/HOL/Lex/Prefix.thy
author wenzelm
Fri, 21 Nov 1997 15:29:56 +0100
changeset 4271 3a82492e70c5
parent 1476 608483c2122a
child 6675 63e53327f5e5
permissions -rw-r--r--
changed Pure/Sequence interface -- isatool fixseq;

(*  Title:      HOL/Lex/Prefix.thy
    ID:         $Id$
    Author:     Tobias Nipkow
    Copyright   1995 TUM
*)

Prefix = List +

arities list :: (term)ord

defs
        prefix_def     "xs <= zs  ==  ? ys. zs = xs@ys"
end