src/Pure/Thy/thy_info.ML
changeset 4975 20b89fcd90a7
parent 4964 bbe9065edf8a
child 5209 a69fe5a61b6c
equal deleted inserted replaced
4974:45b7a51342a1 4975:20b89fcd90a7
    61 
    61 
    62 
    62 
    63 (* retrieve info *)
    63 (* retrieve info *)
    64 
    64 
    65 fun err_not_stored name =
    65 fun err_not_stored name =
    66   error ("Theory " ^ name ^ " not stored by loader");
    66   error ("Theory " ^ quote name ^ " not stored by loader");
    67 
    67 
    68 fun get_thyinfo name = Symtab.lookup (! loaded_thys, name);
    68 fun get_thyinfo name = Symtab.lookup (! loaded_thys, name);
    69 
    69 
    70 fun the_thyinfo name =
    70 fun the_thyinfo name =
    71   (case get_thyinfo name of
    71   (case get_thyinfo name of