doc-isac/jrocnik/Test_Integral.thy
author wneuper <Walther.Neuper@jku.at>
Mon, 07 Nov 2022 17:37:20 +0100
changeset 60586 007ef64dbb08
parent 52107 f8845fc8f38d
permissions -rw-r--r--
rename fields in Method_Def.T
     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