The REPL type pretty-printers do not specialize arguments of type synonyms
Open
- Dominant language
- Standard ML
- Stars
- 1.2k
- Forks
- 104
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 16
Description
Example:
```ocaml
# type 'k set = ('k, unit) map;;
val pp_set = : 'a -> 'b -> pp_data
```
Here, I would expect `pp_set` to have the type `:'a -> pp_data`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.