src/Tools/isac/Specify/Specify.thy
author Walther Neuper <walther.neuper@jku.at>
Sat, 07 Mar 2020 15:37:37 +0100
changeset 59822 14817bf35bc2
parent 59806 1e69c59424e5
child 59920 33913fe24685
permissions -rw-r--r--
further separate specify- and solve-phase
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 *)
wneuper@59594
    10
  ML_file ptyps.sml
wneuper@59594
    11
  ML_file generate.sml
wneuper@59594
    12
  ML_file calchead.sml
walther@59822
    13
  ML_file "input-calchead.sml"
walther@59763
    14
  ML_file appl.sml
walther@59764
    15
  ML_file "step-specify.sml"
walther@59763
    16
  ML_file specify.sml
wneuper@59595
    17
wneuper@59594
    18
ML \<open>
wneuper@59594
    19
\<close> ML \<open>
wneuper@59594
    20
\<close> ML \<open>
wneuper@59594
    21
\<close>
wneuper@59594
    22
end