We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type A<a> = a
1 parent 2e0a66a commit ac892d1Copy full SHA for ac892d1
compiler/src/typed/oprint.re
@@ -676,7 +676,7 @@ and print_out_sig_item = ppf =>
676
| Otyp_manifest(_, original_type) => resolve_kwd(original_type)
677
| Otyp_object(_, _) => failwith("NYI: Otyp_object pretty-printer")
678
| Otyp_stuff(_) => failwith("NYI: Otyp_stuff pretty-printer")
679
- | Otyp_var(_, _) => failwith("NYI: Otyp_var pretty-printer")
+ | Otyp_var(ng, s) => "type"
680
| Otyp_poly(_, _) => failwith("NYI: Otyp_poly pretty-printer")
681
| Otyp_module(_, _, _) => failwith("NYI: Otyp_module pretty-printer")
682
| Otyp_attribute(_, _) =>
0 commit comments