src/Tools/isac/MathEngBasic/method.sml
changeset 59894 b9e10434530c
child 59895 454fad8ab67a
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/Tools/isac/MathEngBasic/method.sml	Tue Apr 21 10:13:30 2020 +0200
     1.3 @@ -0,0 +1,20 @@
     1.4 +(* Title:  Interpret/lucas-interpreter.sml
     1.5 +   Author: Walther Neuper 2019
     1.6 +   (c) due to copyright terms
     1.7 +*)
     1.8 +
     1.9 +signature METHOD =
    1.10 +sig
    1.11 +
    1.12 +(* ---- for tests only: shifted from below to remove the Warning "unused" at fun.def. --------- *)
    1.13 +(*/-------------------------------------------------------- ! aktivate for Test_Isac BEGIN ---\* )
    1.14 +( *\--- ! aktivate for Test_Isac END ----------------------------------------------------------/*)
    1.15 +end
    1.16 +
    1.17 +(**)
    1.18 +structure Method(**): METHOD(**) =
    1.19 +struct
    1.20 +(**)
    1.21 +
    1.22 +
    1.23 +(**)end(**)