equal
deleted
inserted
replaced
39 "Unresolved overloading of constant" :: |
39 "Unresolved overloading of constant" :: |
40 quote c ^ " :: " ^ quote (Syntax.string_of_typ ctxt' T) :: |
40 quote c ^ " :: " ^ quote (Syntax.string_of_typ ctxt' T) :: |
41 "in term " :: |
41 "in term " :: |
42 quote (Syntax.string_of_term ctxt' t) :: |
42 quote (Syntax.string_of_term ctxt' t) :: |
43 (if null instances then "no instances" else "multiple instances:") :: |
43 (if null instances then "no instances" else "multiple instances:") :: |
44 map (Syntax.string_of_term ctxt') instances) |
44 map (Markup.markup Markup.item o Syntax.string_of_term ctxt') instances) |
45 |> error |
45 |> error |
46 end; |
46 end; |
47 |
47 |
48 (* generic data *) |
48 (* generic data *) |
49 |
49 |