src/Doc/Tutorial/ToyList/ToyList_Test.thy
author wenzelm
Tue, 21 Feb 2023 11:19:39 +0100
changeset 77328 f30e050d4ac6
parent 69597 ff784d5a5bfb
permissions -rw-r--r--
proper test, following Platform.is_linux;

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