src/Doc/Tutorial/ToyList/ToyList_Test.thy
author wenzelm
Thu, 16 Jan 2020 15:34:55 +0100
changeset 71387 b3b992f6ad8f
parent 69597 ff784d5a5bfb
permissions -rw-r--r--
updated to stack-2.1.3, stackage lts-13.19, ghc-8.6.4;

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