# HG changeset patch # User wenzelm # Date 954961612 -7200 # Node ID a2ff2301d65ed92f47545073bb343479757d9888 # Parent ac6c028e0249b847fd361829bc82417057f4de48 added NestedDatatype; diff -r ac6c028e0249 -r a2ff2301d65e src/HOL/Isar_examples/ROOT.ML --- a/src/HOL/Isar_examples/ROOT.ML Wed Apr 05 21:06:37 2000 +0200 +++ b/src/HOL/Isar_examples/ROOT.ML Wed Apr 05 21:06:52 2000 +0200 @@ -17,3 +17,4 @@ with_path "../W0" time_use_thy "W_correct"; with_path "../ex" time_use_thy "Fibonacci"; time_use_thy "Puzzle"; +time_use_thy "NestedDatatype"; diff -r ac6c028e0249 -r a2ff2301d65e src/HOL/Isar_examples/document/root.tex --- a/src/HOL/Isar_examples/document/root.tex Wed Apr 05 21:06:37 2000 +0200 +++ b/src/HOL/Isar_examples/document/root.tex Wed Apr 05 21:06:52 2000 +0200 @@ -33,6 +33,7 @@ \input{W_correct.tex} \input{Fibonacci.tex} \input{Puzzle.tex} +\input{NestedDatatype.tex} \nocite{isabelle-isar-ref,Wenzel:1999:TPHOL} \bibliographystyle{plain}