src/Tools/isac/Interpret/ctree-access.sml
changeset 59292 9a607570193f
child 59294 f1f2f113f965
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/Tools/isac/Interpret/ctree-access.sml	Wed Jan 18 09:09:04 2017 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +(* Title: read and write access to the calctree
     1.5 +   Author: Walther Neuper 2017
     1.6 +   (c) due to copyright terms
     1.7 +*)
     1.8 +signature CALC_TREE_ACCESS =
     1.9 +sig
    1.10 +
    1.11 +(* ---- for tests only: made visible in order to remove the warning --------------------------- *)
    1.12 +
    1.13 +(*/-------------------------------------------------------- ! aktivate for Test_Isac BEGIN ---\* )
    1.14 +
    1.15 +( *\--- ! aktivate for Test_Isac END ----------------------------------------------------------/*)
    1.16 +end
    1.17 +(**)
    1.18 +structure CTaccess(**): CALC_TREE_ACCESS(**) =
    1.19 +struct
    1.20 +(**)
    1.21 +open CTbasic
    1.22 +
    1.23 +end
    1.24 \ No newline at end of file