src/Doc/Tutorial/ToyList/ToyList_Test.thy
author hoelzl
Mon, 25 Aug 2014 14:24:05 +0200
changeset 58042 ffa9e39763e3
parent 57626 2288a6f17930
child 58112 8081087096ad
permissions -rw-r--r--
introduce real_of typeclass for real :: 'a => real

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