| 39 |
| Typer.WrongLabel (t,l) -> |
| Typer.WrongLabel (t,l) -> |
| 40 |
Format.fprintf ppf "Wrong record selection: the label %s@\n" |
Format.fprintf ppf "Wrong record selection: the label %s@\n" |
| 41 |
(Types.label_name l); |
(Types.label_name l); |
| 42 |
(* Format.fprintf ppf "applied to an expression of type %a@\n" |
Format.fprintf ppf "applied to an expression of type %a@\n" |
| 43 |
(Types.Print.print_descr t) *) |
Types.Print.print_descr t |
| 44 |
| Typer.ShouldHave (t,msg) -> |
| Typer.ShouldHave (t,msg) -> |
| 45 |
Format.fprintf ppf "This expression should have type %a@\n%s@\n" |
Format.fprintf ppf "This expression should have type %a@\n%s@\n" |
| 46 |
Types.Print.print_descr t |
Types.Print.print_descr t |