src/Tools/isac/Specify/Specify.thy
author Walther Neuper <walther.neuper@jku.at>
Mon, 11 May 2020 11:07:19 +0200
changeset 59960 d0637de46bfa
parent 59959 0f0718c61f68
child 59965 0763aec4c5b6
permissions -rw-r--r--
separate struct.Refine, Pre_Conds.
wneuper@59594
     1
(* Title:  collect all defitions for the Lucas-Interpreter
wneuper@59594
     2
   Author: Walther Neuper 110226
wneuper@59594
     3
   (c) due to copyright terms
wneuper@59594
     4
 *)
wneuper@59594
     5
wneuper@59594
     6
theory Specify
walther@59674
     7
imports "~~/src/Tools/isac/MathEngBasic/MathEngBasic"
wneuper@59594
     8
begin
wneuper@59594
     9
(* removed all warnings here, only "handle _" remains *)
walther@59941
    10
  ML_file formalise.sml
walther@59938
    11
  ML_file "o-model.sml"
walther@59938
    12
  ML_file "i-model.sml"
walther@59959
    13
  ML_file "p-model.sml"
walther@59960
    14
  ML_file model.sml
walther@59960
    15
  ML_file "pre-conditions.sml"
walther@59960
    16
  ML_file refine.sml
walther@59959
    17
  ML_file "mstools.sml" (*..TODO review*)
walther@59959
    18
  ML_file ptyps.sml     (*..TODO review*)
walther@59959
    19
  ML_file "test-out.sml"
walther@59933
    20
  ML_file "specify-step.sml"
walther@59959
    21
  ML_file calchead.sml  (*..TODO review*)
walther@59822
    22
  ML_file "input-calchead.sml"
walther@59764
    23
  ML_file "step-specify.sml"
walther@59763
    24
  ML_file specify.sml
wneuper@59595
    25
wneuper@59594
    26
ML \<open>
walther@59937
    27
\<close> ML \<open>
wneuper@59594
    28
\<close> ML \<open>
wneuper@59594
    29
\<close>
wneuper@59594
    30
end