src/HOL/Induct/ROOT.ML
author paulson
Thu, 02 Sep 2004 16:52:21 +0200
changeset 15172 73069e033a0b
parent 14527 bc9e5587d05a
child 17598 7540ccd2b445
permissions -rw-r--r--
new example of a quotiented nested data type
paulson@3120
     1
wenzelm@11046
     2
time_use_thy "Mutil";
paulson@14527
     3
time_use_thy "QuoDataType";
paulson@15172
     4
time_use_thy "QuoNestedDataType";
wenzelm@11046
     5
time_use_thy "Term";
wenzelm@11046
     6
time_use_thy "ABexp";
wenzelm@11046
     7
time_use_thy "Tree";
wenzelm@11641
     8
time_use_thy "Ordinals";
wenzelm@10876
     9
time_use_thy "Sigma_Algebra";
paulson@3120
    10
time_use_thy "Comb";
paulson@3120
    11
time_use_thy "PropLog";
paulson@3120
    12
time_use_thy "SList";
paulson@3120
    13
time_use_thy "LFilter";
paulson@14288
    14