src/Doc/Tutorial/ToyList/ToyList_Test.thy
author paulson <lp15@cam.ac.uk>
Tue, 05 Nov 2019 12:00:23 +0000
changeset 71030 b6e69c71a9f6
parent 69597 ff784d5a5bfb
permissions -rw-r--r--
Merge and get rid of closed_segmentI

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