src/Doc/Tutorial/ToyList/ToyList_Test.thy
author blanchet
Thu, 18 Sep 2014 16:47:40 +0200
changeset 58372 bfd497f2f4c2
parent 58112 8081087096ad
child 58856 4fced55fc5b7
permissions -rw-r--r--
moved 'old_datatype' out of 'Main' (but put it in 'HOL-Proofs' because of the inductive realizer) * * * made example compile again

theory ToyList_Test
imports BNF_Least_Fixpoint
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