src/HOL/Lex/Prefix.thy
author paulson
Wed, 07 Oct 1998 10:31:30 +0200
changeset 5619 76a8c72e3fd4
parent 1476 608483c2122a
child 6675 63e53327f5e5
permissions -rw-r--r--
new theorems

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