Open
Description
for instance {{ @signature{Scope.run} }}
doesn't work. It's due to the fact that our type system doesn't do impredicative instantiation.
@runarorama suggested the following "hack"
Modify the render for Doc.Term
- if it's Any (blah ; ())
, just show that as blah
. Maybe use special ()
type.
Pretty-printer would also have to detect this and reverse it.