src/Tools/isac/Specify/Specify.thy
author wneuper <Walther.Neuper@jku.at>
Sun, 19 Nov 2023 07:51:41 +0100
changeset 60764 f82fd40eb400
parent 60745 37ff795bdcdc
child 60772 ac0317936138
permissions -rw-r--r--
followup 1: improve new code
Walther@60764
     1
(* Title:  "Specify/Specify.thy"
wneuper@59594
     2
   Author: Walther Neuper 110226
wneuper@59594
     3
   (c) due to copyright terms
Walther@60764
     4
Walther@60764
     5
 Specification phase
wneuper@59594
     6
 *)
wneuper@59594
     7
wneuper@59594
     8
theory Specify
wenzelm@60314
     9
  imports "$ISABELLE_ISAC/MathEngBasic/MathEngBasic"
wenzelm@60314
    10
  keywords "cas" :: thy_decl
wneuper@59594
    11
begin
walther@59938
    12
  ML_file "o-model.sml"
Walther@60705
    13
  ML_file "pre-conditions.sml" (*uses Model_Def.i_model*)
walther@59938
    14
  ML_file "i-model.sml"
walther@59959
    15
  ML_file "p-model.sml"
walther@59984
    16
  ML_file "m-match.sml"
walther@59960
    17
  ML_file refine.sml
walther@59959
    18
  ML_file "test-out.sml"
walther@59933
    19
  ML_file "specify-step.sml"
walther@59981
    20
  ML_file specification.sml
walther@59982
    21
  ML_file "cas-command.sml"
walther@59984
    22
  ML_file "p-spec.sml"
walther@59975
    23
  ML_file specify.sml
Walther@60609
    24
  ML_file "sub-problem.sml"
walther@59764
    25
  ML_file "step-specify.sml"
wneuper@59595
    26
wneuper@59594
    27
ML \<open>
walther@60009
    28
\<close> ML \<open>
Walther@60733
    29
wneuper@59594
    30
\<close> ML \<open>
wneuper@59594
    31
\<close>
wneuper@59594
    32
end