circuithub / rel8

Hey! Hey! Can u rel8?
https://rel8.readthedocs.io
Other
150 stars 38 forks source link

Bad escaping of lambdas in Haddocks #315

Closed georgefst closed 3 months ago

georgefst commented 3 months ago
image
abigailalice commented 3 months ago

The stuff on construction also has examples of this, showing value applications when they should have type applications

> :t buildADT Task "Pending"
buildADT Task "Pending" :: ADT Task Expr
> :t buildADT Task "Complete"
buildADT Task "Complete" :: CompletedTask Expr -> ADT Task Expr
ocharles commented 3 months ago

@abigailalice Am I right in thinking you fixed this?

abigailalice commented 3 months ago

I found at least one more example, I'm going through things thoroughly to see if there are any more.