Quot/quotient_info.ML
changeset 751 670131bcba4a
parent 699 aa157e957655
child 759 119f7d6a3556
--- a/Quot/quotient_info.ML	Mon Dec 14 14:24:08 2009 +0100
+++ b/Quot/quotient_info.ML	Tue Dec 15 15:38:17 2009 +0100
@@ -170,6 +170,8 @@
 fun qconsts_dest thy =
   map snd (Symtab.dest (QConstsData.get thy))
 
+(* FIXME / TODO : better implementation of the lookup datastructure *)
+(* for example symtabs to alist; or tables with string type key     *) 
 fun qconsts_lookup thy t =
   let
     val smt = Symtab.dest (QConstsData.get thy);