# HG changeset patch # User wenzelm # Date 1127506915 -7200 # Node ID 3c5b158be33c6a4106e44d369b696691e3399494 # Parent 37ee526db497fb21de3b23c2607fbaa4acc1c4bd tuned msg; diff -r 37ee526db497 -r 3c5b158be33c TFL/post.ML --- a/TFL/post.ML Fri Sep 23 22:21:54 2005 +0200 +++ b/TFL/post.ML Fri Sep 23 22:21:55 2005 +0200 @@ -216,7 +216,7 @@ (* if there's an error, pretend nothing happened with this definition We should probably print something out so that the user knows...? *) handle ERROR_MESSAGE s => - (writeln ("WARNING:post.ML:solve_eq: " ^ s); map (fn x => (x,i)) splitths); + (warning ("recdef (solve_eq): " ^ s); map (fn x => (x,i)) splitths); in fun derive_init_eqs sgn rules eqs = let