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.
exception
Oprint
1 parent 45bc834 commit 51d53f7Copy full SHA for 51d53f7
compiler/src/typed/oprint.re
@@ -666,7 +666,7 @@ and print_out_sig_item = ppf =>
666
| Otyp_sum(_) => "enum"
667
| Otyp_variant(_, _, _, _) =>
668
failwith("NYI: Otyp_variant pretty-printer")
669
- | Otyp_open => failwith("NYI: Otyp_open pretty-printer")
+ | Otyp_open => "exception"
670
| Otyp_alias(_, _) => failwith("NYI: Otyp_alias pretty-printer")
671
| Otyp_class(_, _, _) => failwith("NYI: Otyp_class pretty-printer")
672
| Otyp_arrow(_, _)
0 commit comments