# HG changeset patch # User paulson # Date 864642845 -7200 # Node ID c056d328aa0ece1f487ef2495eb92a22cf937d71 # Parent 29ddef80bd4924422af239a1e29d962d37cb690b Primrec: New example ported from ZF diff -r 29ddef80bd49 -r c056d328aa0e src/HOL/IsaMakefile --- a/src/HOL/IsaMakefile Mon May 26 12:33:38 1997 +0200 +++ b/src/HOL/IsaMakefile Mon May 26 12:34:05 1997 +0200 @@ -200,7 +200,7 @@ ## Miscellaneous examples -EX_NAMES = Fib Primes NatSum String BT InSort Qsort Puzzle MT +EX_NAMES = Fib Primes Primrec NatSum String BT InSort Qsort Puzzle MT EX_FILES = ex/ROOT.ML ex/cla.ML ex/meson.ML ex/mesontest.ML ex/rel.ML \ ex/set.ML $(EX_NAMES:%=ex/%.thy) $(EX_NAMES:%=ex/%.ML) diff -r 29ddef80bd49 -r c056d328aa0e src/HOL/ex/ROOT.ML --- a/src/HOL/ex/ROOT.ML Mon May 26 12:33:38 1997 +0200 +++ b/src/HOL/ex/ROOT.ML Mon May 26 12:34:05 1997 +0200 @@ -14,6 +14,7 @@ (**Some examples of recursive function definitions: the TFL package**) time_use_thy "Fib"; time_use_thy "Primes"; +time_use_thy "Primrec"; time_use_thy "NatSum"; time_use "cla.ML";