src/Doc/Tutorial/ToyList/ToyList_Test.thy
author wenzelm
Sat, 11 May 2019 15:53:11 +0200
changeset 70264 ad0306b89cfb
parent 69597 ff784d5a5bfb
permissions -rw-r--r--
Added tag Isabelle2019-RC2 for changeset 805250bb7363

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