src/HOL/Lex/ROOT.ML
author nipkow
Mon, 17 Aug 1998 11:00:57 +0200
changeset 5323 028e00595280
parent 4907 0eb6730de30f
child 6349 f7750d816c21
permissions -rw-r--r--
Direct translation RegExp -> NA!

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

HOL_build_completed;    (*Make examples fail if HOL did*)

use_thy"AutoChopper";
use_thy"AutoChopper1";
use_thy"AutoMaxChop";
(* Do not swap the next two use_thy's.
   There is some interference, probably via claset() or simpset().
   Or via ML-bound names of axioms that are overwritten?
*)
use_thy"RegSet_of_nat_DA";
use_thy"RegExp2NA";
use_thy"RegExp2NAe";
use_thy"Scanner";