src/Tools/isac/Specify/Specify.thy
author Walther Neuper <walther.neuper@jku.at>
Thu, 14 May 2020 09:30:40 +0200
changeset 59976 950922a768ca
parent 59975 c4b83a338c44
child 59978 660ed21464d2
permissions -rw-r--r--
start renaming Specification -> References;

Specification will be Model + References.
     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 "pre-conditions.sml"
    14   ML_file "p-model.sml"
    15   ML_file model.sml
    16   ML_file refine.sml
    17   ML_file "test-out.sml"
    18   ML_file "specify-step.sml"
    19   ML_file calchead.sml  (*..TODO review*)
    20   ML_file "input-calchead.sml"
    21   ML_file specify.sml
    22   ML_file "step-specify.sml"
    23 
    24 ML \<open>
    25 \<close> ML \<open>
    26 \<close> ML \<open>
    27 \<close>
    28 end