src/Tools/isac/MathEngBasic/method.sml
author Walther Neuper <walther.neuper@jku.at>
Tue, 21 Apr 2020 10:13:30 +0200
changeset 59894 b9e10434530c
child 59895 454fad8ab67a
permissions -rw-r--r--
derive Problem from Probl_Def, drop funs and types used by Know_Store
walther@59894
     1
(* Title:  Interpret/lucas-interpreter.sml
walther@59894
     2
   Author: Walther Neuper 2019
walther@59894
     3
   (c) due to copyright terms
walther@59894
     4
*)
walther@59894
     5
walther@59894
     6
signature METHOD =
walther@59894
     7
sig
walther@59894
     8
walther@59894
     9
(* ---- for tests only: shifted from below to remove the Warning "unused" at fun.def. --------- *)
walther@59894
    10
(*/-------------------------------------------------------- ! aktivate for Test_Isac BEGIN ---\* )
walther@59894
    11
( *\--- ! aktivate for Test_Isac END ----------------------------------------------------------/*)
walther@59894
    12
end
walther@59894
    13
walther@59894
    14
(**)
walther@59894
    15
structure Method(**): METHOD(**) =
walther@59894
    16
struct
walther@59894
    17
(**)
walther@59894
    18
walther@59894
    19
walther@59894
    20
(**)end(**)