src/Doc/Tutorial/ToyList/ToyList_Test.thy
author haftmann
Thu, 20 Dec 2018 12:40:24 +0000
changeset 69484 ed6b100a9c7d
parent 69282 94fa3376ba33
child 69597 ff784d5a5bfb
permissions -rw-r--r--
disregard historic keyword

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