changeset 62772 | 77bbe5af41c3 |
parent 62764 | ff3b8e4079bd |
child 62783 | 75ee05386b90 |
--- a/src/Pure/Syntax/syntax_ext.ML Wed Mar 30 22:00:55 2016 +0200 +++ b/src/Pure/Syntax/syntax_ext.ML Wed Mar 30 22:35:41 2016 +0200 @@ -190,6 +190,7 @@ fun mfix_to_xprod logical_types (Mfix (sy, typ, const, pris, pri, pos)) = let + val _ = Position.report pos Markup.language_mixfix; val symbs0 = read_mfix sy; fun err_in_mixfix msg = error (msg ^ " in mixfix annotation" ^ Position.here pos);