doc-src/isac/jrocnik/Test_Integral.thy
author Walther Neuper <neuper@ist.tugraz.at>
Mon, 05 Mar 2012 10:15:34 +0100
changeset 42378 6d1f4e7870b1
parent 42081 b5a91fb4330c
permissions -rw-r--r--
standardised doc for jrocnik

TODO check if LaTeX still works.
     1 (*
     2 doc-src/isac/jrocnik$ /usr/local/isabisac/bin/isabelle jedit Test_Integral.thy &
     3 *)
     4 
     5 theory Test_Integral imports "../../../src/HOL/Multivariate_Analysis/Integration"
     6 Integration begin
     7 
     8 ML {*
     9 @{term "Integral s f k"}
    10 *}
    11 ML {*
    12 *}
    13 ML {*
    14 *}
    15 
    16 end
    17