src/Tools/isac/MathEngBasic/MathEngBasic.thy
author wenzelm
Tue, 15 Jun 2021 22:24:20 +0200
changeset 60303 815b0dc8b589
parent 60265 9c9d61fed195
child 60306 51ec2e101e9f
permissions -rw-r--r--
Isar command 'method' as combination of KEStore_Elems.add_mets + MethodC.prep_import, without change of semantics;
walther@59894
     1
(* Title:  "MathEngBasic/MathEngBasic.thy"
walther@59674
     2
   Author: Walther Neuper 110226
walther@59674
     3
   (c) due to copyright terms
walther@59674
     4
walther@59894
     5
Defitions required for both, for Specify and for the Lucas-Interpreter.
walther@59894
     6
*)
walther@59674
     7
theory MathEngBasic
wenzelm@60303
     8
  imports "$ISABELLE_ISAC/ProgLang/ProgLang" "$ISABELLE_ISAC/Specify/Input_Descript"
wenzelm@60303
     9
  keywords "method" :: thy_decl
wenzelm@60303
    10
    and "Author" "Program" "Given" "Where" "Find" "Relate"
walther@59674
    11
begin
walther@59865
    12
  ML_file thmC.sml
walther@59894
    13
  ML_file problem.sml
walther@59894
    14
  ML_file method.sml
walther@59894
    15
walther@59899
    16
  ML_file rewrite.sml
walther@59941
    17
walther@59952
    18
  ML_file "model-def.sml"
walther@59937
    19
  ML_file "istate-def.sml"
walther@59674
    20
  ML_file "calc-tree-elem.sml"
walther@59963
    21
  ML_file "pre-conds-def.sml"
walther@59937
    22
walther@59846
    23
  ML_file tactic.sml
walther@59920
    24
  ML_file applicable.sml
walther@59920
    25
walther@59693
    26
  ML_file position.sml
walther@59977
    27
  ML_file "specification-def.sml"
walther@59977
    28
walther@59674
    29
  ML_file "ctree-basic.sml"
walther@59674
    30
  ML_file "ctree-access.sml"
walther@59674
    31
  ML_file "ctree-navi.sml"
walther@59674
    32
  ML_file ctree.sml
walther@59937
    33
walther@59985
    34
  ML_file references.sml
walther@59908
    35
  ML_file "state-steps.sml"
walther@59773
    36
  ML_file calculation.sml
walther@59674
    37
walther@59674
    38
ML \<open>
walther@59998
    39
\<close> ML \<open>                                
walther@59737
    40
\<close> ML \<open>
walther@59674
    41
\<close>
walther@59674
    42
end