src/Tools/isac/Specify/Specify.thy
author wneuper <Walther.Neuper@jku.at>
Wed, 11 Jan 2023 11:38:01 +0100
changeset 60650 06ec8abfd3bc
parent 60649 b2ff1902420f
child 60705 b719a0b7c6b5
permissions -rw-r--r--
eliminate use of Thy_Info 12: TermC partially
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
wenzelm@60314
     7
  imports "$ISABELLE_ISAC/MathEngBasic/MathEngBasic"
wenzelm@60314
     8
  keywords "cas" :: thy_decl
wneuper@59594
     9
begin
walther@59938
    10
  ML_file "o-model.sml"
walther@59938
    11
  ML_file "i-model.sml"
walther@59968
    12
  ML_file "pre-conditions.sml"
walther@59959
    13
  ML_file "p-model.sml"
walther@59984
    14
  ML_file "m-match.sml"
walther@59960
    15
  ML_file refine.sml
walther@59959
    16
  ML_file "test-out.sml"
walther@59933
    17
  ML_file "specify-step.sml"
walther@59981
    18
  ML_file specification.sml
walther@59982
    19
  ML_file "cas-command.sml"
walther@59984
    20
  ML_file "p-spec.sml"
walther@59975
    21
  ML_file specify.sml
Walther@60609
    22
  ML_file "sub-problem.sml"
walther@59764
    23
  ML_file "step-specify.sml"
wneuper@59595
    24
wneuper@59594
    25
ML \<open>
walther@60009
    26
\<close> ML \<open>
walther@59937
    27
\<close> ML \<open>
wneuper@59594
    28
\<close> ML \<open>
wneuper@59594
    29
\<close>
wneuper@59594
    30
end