author | wenzelm |
Thu, 29 Oct 2009 16:05:51 +0100 | |
changeset 33307 | 44af0fab4b10 |
parent 33306 | 4138ba02b681 |
child 33308 | cf62d1690d04 |
--- a/src/Pure/Tools/named_thms.ML Thu Oct 29 14:57:55 2009 +0100 +++ b/src/Pure/Tools/named_thms.ML Thu Oct 29 16:05:51 2009 +0100 @@ -1,7 +1,8 @@ (* Title: Pure/Tools/named_thms.ML Author: Makarius -Named collections of theorems in canonical order. +Named collections of theorems in canonical order. Based on naive data +structures -- not scalable! *) signature NAMED_THMS =