src/Doc/Tutorial/ToyList/ToyList_Test.thy
author wenzelm
Wed, 11 Nov 2020 21:00:14 +0100
changeset 72574 d892f6d66402
parent 69597 ff784d5a5bfb
permissions -rw-r--r--
build documents in Isabelle/Scala, based on generated tex files as session exports; reworked "isabelle document" for quasi-offline document builds: similar functionality included in "isabelle build -o document=pdf";

theory ToyList_Test
imports Main
begin

ML \<open>
  let val text =
    map (File.read o Path.append \<^master_dir>) [\<^path>\<open>ToyList1.txt\<close>, \<^path>\<open>ToyList2.txt\<close>]
    |> implode
  in Thy_Info.script_thy Position.start text \<^theory> end
\<close>

end