src/Tools/isac/Specify/Specify.thy
author wenzelm
Fri, 16 Apr 2021 22:29:23 +0200
changeset 60192 4c7c15750166
parent 60019 f9e3fb835cbd
child 60265 9c9d61fed195
permissions -rw-r--r--
prefer symbolic directories $ISABELLE_ISAC and $ISABELLE_ISAC_TEST, instead of re-using ~~ for $ISABELLE_HOME;
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@60192
     7
imports "$ISABELLE_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@59968
    13
  ML_file "pre-conditions.sml"
walther@59959
    14
  ML_file "p-model.sml"
walther@59984
    15
  ML_file "m-match.sml"
walther@59960
    16
  ML_file refine.sml
walther@59959
    17
  ML_file "test-out.sml"
walther@59933
    18
  ML_file "specify-step.sml"
walther@59981
    19
  ML_file specification.sml
walther@59982
    20
  ML_file "cas-command.sml"
walther@59984
    21
  ML_file "p-spec.sml"
walther@59975
    22
  ML_file specify.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