src/Doc/Tutorial/ToyList/ToyList_Test.thy
author wenzelm
Sun, 02 Nov 2014 16:05:43 +0100
changeset 58869 963fd2084e8f
parent 58856 4fced55fc5b7
child 58926 baf5a3c28f0c
permissions -rw-r--r--
prefer explicit heading command;

theory ToyList_Test
imports BNF_Least_Fixpoint
begin

ML {*
  let val text =
    map (File.read o Path.append (Resources.master_directory @{theory}) o Path.explode)
      ["ToyList1.txt", "ToyList2.txt"]
    |> implode
  in Thy_Info.script_thy Position.start text @{theory BNF_Least_Fixpoint} end
*}

end