src/HOL/Lex/ROOT.ML
author nipkow
Mon, 27 Apr 1998 16:46:56 +0200
changeset 4832 bc11b5b06f87
parent 4712 facfbbca7242
child 4907 0eb6730de30f
permissions -rw-r--r--
Added conversion of reg.expr. to automata. Renamed expand_const -> split_const.

(*  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 no swap the next 2.
   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"NAe_of_RegExp";
use_thy"Automata";