src/HOL/Lex/Scanner.ML
author paulson
Wed, 05 Aug 1998 10:57:25 +0200
changeset 5253 82a5ca6290aa
parent 5132 24f992a25adc
child 5323 028e00595280
permissions -rw-r--r--
New record type of programs

(*  Title:      HOL/Lex/Scanner.ML
    ID:         $Id$
    Author:     Tobias Nipkow
    Copyright   1998 TUM
*)

Goal
 "DA.accepts (nae2da(rexp2nae r)) w = (w : lang r)";
by (simp_tac (simpset() addsimps [NAe_DA_equiv,accepts_rexp2nae]) 1);
qed "accepts_nae2da_rexp2nae";