src/Tools/isac/Interpret/Interpret.thy
author Walther Neuper <neuper@ist.tugraz.at>
Fri, 12 Oct 2012 17:06:58 +0200
changeset 48761 4162c4f6f897
parent 41943 f33f6959948b
child 48880 ea0c337066d9
permissions -rw-r--r--
2011-->2012: ProofContext-->Proof_Context

once more; was reverted before
     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
     7 imports "../ProgLang/ProgLang"
     8 uses ("mstools.sml") ("ctree.sml") ("ptyps.sml") ("generate.sml")
     9      ("calchead.sml") ("appl.sml") ("rewtools.sml") ("script.sml")
    10      ("solve.sml") ("inform.sml") ("mathengine.sml")
    11 begin
    12 
    13   use "mstools.sml"
    14   use "ctree.sml"
    15   use "ptyps.sml"
    16   use "generate.sml"
    17   use "calchead.sml"
    18   use "appl.sml"
    19   use "rewtools.sml"
    20   use "script.sml"
    21   use "solve.sml"
    22   use "inform.sml"
    23   use "mathengine.sml"
    24 
    25 end