src/Tools/isac/Frontend/Frontend.thy
author Walther Neuper <neuper@ist.tugraz.at>
Tue, 01 Mar 2011 15:23:59 +0100
branchdecompose-isar
changeset 41905 b772eb34c16c
child 48763 9b9936d79dbe
permissions -rw-r--r--
intermed.update to Isabelle2011: test/../syntax added

present problem: test/Tools/isac/ADDTESTS/filed-depend does not update
neuper@41905
     1
(* Title:  collect all defitions for the Frontend
neuper@41905
     2
   Author: Walther Neuper 110226
neuper@41905
     3
   (c) due to copyright terms
neuper@41905
     4
 *)
neuper@41905
     5
neuper@41905
     6
theory Frontend imports xmlsrc
neuper@41905
     7
  uses ("messages.sml") ("states.sml") ("interface.sml")
neuper@41905
     8
       ("../print_exn_G.sml")
neuper@41905
     9
begin
neuper@41905
    10
neuper@41905
    11
  use "messages.sml"
neuper@41905
    12
  use "states.sml"
neuper@41905
    13
  use "interface.sml"
neuper@41905
    14
neuper@41905
    15
  use "../print_exn_G.sml"
neuper@41905
    16
neuper@41905
    17
end