src/Tools/isac/Interpret/Interpret.thy
author Walther Neuper <neuper@ist.tugraz.at>
Wed, 23 Mar 2011 17:20:39 +0100
branchdecompose-isar
changeset 41943 f33f6959948b
parent 41905 b772eb34c16c
child 48761 4162c4f6f897
permissions -rw-r--r--
make Test_Isac.thy run in jEdit; intermed.

jEdit behaves differently from emacs in file dependencies.
Test_Isac.thy runs in emacs now.
For jEdit different uses seem appropriate; done in next step.
     1 (* Title:  collect all defitions for the Lucas-Interpreter
     2    Author: Walther Neuper 110226
     3    (c) due to copyright terms
     4  *)
     5 
     6 theory Interpret imports ProgLang
     7   uses ("mstools.sml") ("ctree.sml") ("ptyps.sml") ("generate.sml")
     8        ("calchead.sml") ("appl.sml") ("rewtools.sml") ("script.sml")
     9        ("solve.sml") ("inform.sml") ("mathengine.sml")
    10 begin
    11 
    12   use "mstools.sml"
    13   use "ctree.sml"
    14   use "ptyps.sml"
    15   use "generate.sml"
    16   use "calchead.sml"
    17   use "appl.sml"
    18   use "rewtools.sml"
    19   use "script.sml"
    20   use "solve.sml"
    21   use "inform.sml"
    22   use "mathengine.sml"
    23 
    24 end