src/Tools/isac/ProgLang/Language.thy
author Walther Neuper <neuper@ist.tugraz.at>
Tue, 31 Aug 2010 16:00:13 +0200
branchisac-update-Isa09-2
changeset 37966 78938fc8e022
parent 37965 9c11005c33b8
child 41905 b772eb34c16c
permissions -rw-r--r--
num_str --> num_str @{thm
     1 (* Title:  collect all defitions for the program language
     2    Author: Walther Neuper 100831
     3    (c) due to copyright terms
     4  *)
     5 
     6 theory Language imports Script
     7 uses ("../ProgLang/scrtools.sml")
     8 begin
     9 
    10 use "../ProgLang/scrtools.sml"
    11 
    12 end