made smlnj happy
authorhaftmann
Wed, 29 Jan 2014 20:11:38 +0100
changeset 55167 f3ac344284ff
parent 55166 4d80d91cb447
child 55168 948e8b7ea82f
made smlnj happy
src/Tools/nbe.ML
--- a/src/Tools/nbe.ML	Wed Jan 29 17:09:46 2014 +0000
+++ b/src/Tools/nbe.ML	Wed Jan 29 20:11:38 2014 +0100
@@ -506,7 +506,7 @@
   | typ_of_itype vs (ITyVar v) =
       TFree ("'" ^ v, (the o AList.lookup (op =) vs) v);
 
-fun term_of_univ thy idx_tab t =
+fun term_of_univ thy (idx_tab : Code_Symbol.T Inttab.table) t =
   let
     fun take_until f [] = []
       | take_until f (x :: xs) = if f x then [] else x :: take_until f xs;