src/Tools/isac/Frontend/Frontend.thy
branchdecompose-isar
changeset 41905 b772eb34c16c
child 48763 9b9936d79dbe
equal deleted inserted replaced
41903:0a36a8722b80 41905:b772eb34c16c
       
     1 (* Title:  collect all defitions for the Frontend
       
     2    Author: Walther Neuper 110226
       
     3    (c) due to copyright terms
       
     4  *)
       
     5 
       
     6 theory Frontend imports xmlsrc
       
     7   uses ("messages.sml") ("states.sml") ("interface.sml")
       
     8        ("../print_exn_G.sml")
       
     9 begin
       
    10 
       
    11   use "messages.sml"
       
    12   use "states.sml"
       
    13   use "interface.sml"
       
    14 
       
    15   use "../print_exn_G.sml"
       
    16 
       
    17 end