src/HOL/Lambda/ListBeta.thy
author oheimb
Thu, 24 Sep 1998 15:36:16 +0200
changeset 5548 5cd3396802f5
parent 5261 ce3c25c8a694
child 9762 66f7eefb3967
permissions -rw-r--r--
workaround for litte bug in our ln command

(*  Title:      HOL/Lambda/ListBeta.thy
    ID:         $Id$
    Author:     Tobias Nipkow
    Copyright   1998 TU Muenchen

Lifting beta-reduction to lists of terms, reducing exactly one element
*)

ListBeta = ListApplication + ListOrder +

syntax "=>" :: dB => dB => bool (infixl 50)
translations "rs => ss" == "(rs,ss) : step1 beta"

end