Skip to content

Clarify where `f` is defined

Tom Ellis requested to merge tomjaguarpaw1/ghc:clarify-docs into master

A colleague found the status quo confusing, because it says "the function f below" but there is no normal function definition of f. This MR adds "defined in the Foo constructor record below", which hopefully clarifies matters.

Merge request reports