src/Tools/isac/Specify/Specify.thy
author Walther Neuper <walther.neuper@jku.at>
Fri, 15 May 2020 14:22:05 +0200
changeset 59984 08296690e7a6
parent 59982 56654afad89f
child 59998 5dd825c9e2d5
permissions -rw-r--r--
prep. cleanup of Specification
     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 "m-match.sml"
    16   ML_file refine.sml
    17   ML_file "test-out.sml"
    18   ML_file "specify-step.sml"
    19   ML_file specification.sml
    20   ML_file "cas-command.sml"
    21   ML_file "p-spec.sml"
    22   ML_file specify.sml
    23   ML_file "step-specify.sml"
    24 
    25 ML \<open>
    26 \<close> ML \<open>
    27 \<close> ML \<open>
    28 \<close>
    29 end