src/Doc/Tutorial/ToyList/ToyList_Test.thy
author wenzelm
Mon, 18 Aug 2014 12:17:31 +0200
changeset 57978 8f4a332500e4
parent 57626 2288a6f17930
child 58112 8081087096ad
permissions -rw-r--r--
Added tag Isabelle2014-RC4 for changeset 113b43b84412

theory ToyList_Test
imports Datatype
begin

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

end