src/Tools/isac/Interpret/Interpret.thy
author Walther Neuper <walther.neuper@jku.at>
Tue, 04 Feb 2020 17:11:54 +0100
changeset 59790 a1944acd8dcf
parent 59748 f446e732cb00
child 59814 665dd868d4e2
permissions -rw-r--r--
lucin: rename central structure to Lucin
neuper@41905
     1
(* Title:  collect all defitions for the Lucas-Interpreter
neuper@41905
     2
   Author: Walther Neuper 110226
neuper@41905
     3
   (c) due to copyright terms
neuper@41905
     4
 *)
neuper@41905
     5
neuper@48761
     6
theory Interpret
wneuper@59594
     7
imports "~~/src/Tools/isac/Specify/Specify"
neuper@41905
     8
begin
wneuper@59315
     9
(* removed all warnings here, only "handle _" remains *)
walther@59737
    10
  ML_file istate.sml
wneuper@59594
    11
  ML_file rewtools.sml
walther@59790
    12
  ML_file "li-tool.sml"
wneuper@59594
    13
  ML_file inform.sml
wneuper@59594
    14
  ML_file "lucas-interpreter.sml"
walther@59748
    15
  ML_file "step-solve.sml"
wneuper@59472
    16
ML \<open>
walther@59664
    17
\<close> ML \<open>
walther@59729
    18
\<close> ML \<open>
wneuper@59472
    19
\<close>
wneuper@59283
    20
end