doc-src/TutorialI/Recdef/ROOT.ML
author wenzelm
Fri, 15 Jul 2005 15:44:11 +0200
changeset 16860 43abdba4da5c
parent 10187 0376cccd9118
permissions -rw-r--r--
* Pure/library.ML: several combinators for linear functional transformations; * Pure/library.ML: canonical list combinators fold, fold_rev, and fold_yield; * Pure/term.ML: combinators fold_atyps, fold_aterms, fold_term_types, fold_types;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9834
109b11c4e77e *** empty log message ***
nipkow
parents: 9689
diff changeset
     1
use "../settings";
8745
13b32661dde4 I wonder which files i forgot.
nipkow
parents:
diff changeset
     2
use_thy "termination";
13b32661dde4 I wonder which files i forgot.
nipkow
parents:
diff changeset
     3
use_thy "Induction";
9689
751fde5307e4 *** empty log message ***
nipkow
parents: 9644
diff changeset
     4
use_thy "Nested1";
751fde5307e4 *** empty log message ***
nipkow
parents: 9644
diff changeset
     5
use_thy "Nested2";