Skip to content

Fix documentation on type families not being extracted

Luke Lau requested to merge luke/ghc:T18241 into master

Fixes #18241 (closed) by changing getInstLoc so that it extracts the location of the type constructor for type families. This matches the location stored inside CoAxioms Names location.

Edited by Luke Lau

Merge request reports