src/Tools/isac/Interpret/Interpret.thy
author Walther Neuper <neuper@ist.tugraz.at>
Tue, 01 Mar 2011 15:23:59 +0100
branchdecompose-isar
changeset 41905 b772eb34c16c
child 41943 f33f6959948b
permissions -rw-r--r--
intermed.update to Isabelle2011: test/../syntax added

present problem: test/Tools/isac/ADDTESTS/filed-depend does not update
     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 Language
     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