src/Doc/Tutorial/ToyList/ToyList_Test.thy
author wenzelm
Tue, 27 Nov 2018 23:30:18 +0100
changeset 69351 bff3eb77b0d1
parent 69282 94fa3376ba33
child 69597 ff784d5a5bfb
permissions -rw-r--r--
adjusted to fc221fa79741;

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