src/Tools/isac/ProgLang/ListC.thy
branchdecompose-isar
changeset 41943 f33f6959948b
parent 41905 b772eb34c16c
child 42197 7497ff20f1e8
equal deleted inserted replaced
41942:72187c16c796 41943:f33f6959948b
     2    Author: Walther Neuper 0108
     2    Author: Walther Neuper 0108
     3    (c) due to copyright terms
     3    (c) due to copyright terms
     4 *)
     4 *)
     5 
     5 
     6 theory ListC imports Complex_Main
     6 theory ListC imports Complex_Main
     7 uses ("../library.sml")("../calcelems.sml")
     7 uses ("../library.sml")
     8 ("termC.sml")("calculate.sml")
     8      ("../calcelems.sml")
     9 ("rewrite.sml")
     9      ("termC.sml")("calculate.sml")
       
    10      ("rewrite.sml")
    10 begin
    11 begin
    11 use "../library.sml"        (*indent,...*)
    12 use "../library.sml"        (*indent,...*)
    12 use "../calcelems.sml"      (*str_of_type, Thm,...*)
    13 use "../calcelems.sml"      (*str_of_type, Thm,...*)
    13 use "termC.sml"  (*num_str,...*)
    14 use "termC.sml"  (*num_str,...*)
    14 use "calculate.sml" (*???*)
    15 use "calculate.sml" (*???*)