src/Tools/isac/Specify/Specify.thy
author Walther Neuper <walther.neuper@jku.at>
Mon, 04 May 2020 16:25:14 +0200
changeset 59937 c3f3123e8fbc
parent 59936 554030065b5b
child 59938 46b6479cefa7
permissions -rw-r--r--
shift code specific for specify-phase to Specify/*
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@59937
    10
  ML_file "model.sml"
walther@59937
    11
  ML_file "mstools.sml"
wneuper@59594
    12
  ML_file ptyps.sml
wneuper@59594
    13
  ML_file generate.sml
walther@59933
    14
  ML_file "specify-step.sml"
wneuper@59594
    15
  ML_file calchead.sml
walther@59822
    16
  ML_file "input-calchead.sml"
walther@59764
    17
  ML_file "step-specify.sml"
walther@59763
    18
  ML_file specify.sml
wneuper@59595
    19
wneuper@59594
    20
ML \<open>
walther@59937
    21
\<close> ML \<open>
wneuper@59594
    22
\<close> ML \<open>
wneuper@59594
    23
\<close>
wneuper@59594
    24
end