src/Tools/isac/Specify/Specify.thy
author Walther Neuper <walther.neuper@jku.at>
Tue, 12 May 2020 07:27:21 +0200
changeset 59967 f83918acd7d7
parent 59965 0763aec4c5b6
child 59968 5dd1d96cb467
permissions -rw-r--r--
remove Specify/mstools.sml

note: Test_Isac_Short.thy works again ?!?
     1 (* Title:  collect all defitions for the Lucas-Interpreter
     2    Author: Walther Neuper 110226
     3    (c) due to copyright terms
     4  *)
     5 
     6 theory Specify
     7 imports "~~/src/Tools/isac/MathEngBasic/MathEngBasic"
     8 begin
     9 (* removed all warnings here, only "handle _" remains *)
    10   ML_file formalise.sml
    11   ML_file "o-model.sml"
    12   ML_file "i-model.sml"
    13   ML_file "p-model.sml"
    14   ML_file model.sml
    15   ML_file "pre-conditions.sml"
    16   ML_file refine.sml
    17   ML_file ptyps.sml     (*..TODO review*)
    18   ML_file "test-out.sml"
    19   ML_file "specify-step.sml"
    20   ML_file calchead.sml  (*..TODO review*)
    21   ML_file "input-calchead.sml"
    22   ML_file "step-specify.sml"
    23   ML_file specify.sml
    24 
    25 ML \<open>
    26 \<close> ML \<open>
    27 \<close> ML \<open>
    28 \<close>
    29 end