Skip to content

Commit e2b28ab

Browse files
authored
fix(graindoc): Enable printing of arrow types (#1367)
1 parent 5280e98 commit e2b28ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/typed/oprint.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,8 +651,8 @@ and print_out_sig_item = ppf =>
651651
failwith("NYI: Otyp_variant pretty-printer")
652652
| Otyp_open => failwith("NYI: Otyp_open pretty-printer")
653653
| Otyp_alias(_, _) => failwith("NYI: Otyp_alias pretty-printer")
654-
| Otyp_arrow(_, _) => failwith("NYI: Otyp_arrow pretty-printer")
655654
| Otyp_class(_, _, _) => failwith("NYI: Otyp_class pretty-printer")
655+
| Otyp_arrow(_, _)
656656
| Otyp_abstract
657657
| Otyp_tuple(_)
658658
| Otyp_constr(_, _) => "type"

0 commit comments

Comments
 (0)