src/Doc/Tutorial/ToyList/ToyList_Test.thy
author wenzelm
Sat, 09 Aug 2014 11:43:58 +0200
changeset 57874 9c361f94b323
parent 57626 2288a6f17930
child 58112 8081087096ad
permissions -rw-r--r--
tuned comments;

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