doc-isac/jrocnik/Test_Integral.thy
author wneuper <Walther.Neuper@jku.at>
Sun, 09 Oct 2022 09:01:29 +0200
changeset 60566 04f8699d2c9d
parent 52107 f8845fc8f38d
permissions -rw-r--r--
eliminate term2str in doc-isac
     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