Quot/quotient_info.ML
changeset 886 eb84e8ca214f
parent 875 cc951743c5e2
child 952 9c3b3eaecaff
equal deleted inserted replaced
885:fe7d27e197e5 886:eb84e8ca214f
   217     case Symtab.lookup (QConstsData.get thy) name of
   217     case Symtab.lookup (QConstsData.get thy) name of
   218       NONE => raise NotFound
   218       NONE => raise NotFound
   219     | SOME l =>
   219     | SOME l =>
   220       (case (find_first matches l) of
   220       (case (find_first matches l) of
   221         SOME x => x
   221         SOME x => x
   222       | NONE => raise NotFound
   222       | NONE => raise NotFound)
   223       )
       
   224   end
   223   end
   225 
   224 
   226 fun print_qconstinfo ctxt =
   225 fun print_qconstinfo ctxt =
   227 let
   226 let
   228   fun prt_qconst {qconst, rconst, def} =
   227   fun prt_qconst {qconst, rconst, def} =