src/Tools/isac/ROOT
author Walther Neuper <neuper@ist.tugraz.at>
Wed, 17 Jul 2013 07:32:53 +0200
changeset 52062 b3f18f0d55d9
child 52139 511fc271f783
permissions -rw-r--r--
--- heap image for Isac on Isabelle2013 builds

This required introduction of 'session'.
NOTE: building the session raised errors NOT detected
by Build_Isac.thy, cf. 4ecea2fcdc2c
     1 (*  Title:  create a heap image for isac on Isabelle2013
     2     Author: Walther Neuper, TU Graz, 130715
     3    (c) due to copyright terms
     4 
     5 $ cd /usr/local/isabisac/
     6 $ ./bin/isabelle build -d src/Tools/isac/ -v -b Isac
     7 *)
     8 
     9 session Isac in "~~/src/Tools/isac" = HOL +
    10   description {*
    11     Isac core, prototype of a math-engine and knowledge 
    12     for a TP-based educational mathematics assistant.
    13 
    14     The java front-end is under development at TU Graz,
    15     the PolyML math-engine and Isabelle knowledge at RISC Linz.
    16     See http://www.ist.tugraz.at/isac/.
    17   *}
    18   options [document = false]
    19   theories Build_Isac