Skip to content

TTG: Remove HsUnboundVar, replace with HsHole

This MR addresses #21592 and #25048 (closed) by:

  • Removing the import of GHC.Types.Name.Reader in Haskell.Language.Expr in preparation for an independent haskell-syntax package. This import was used for the RdrName field of HsUnboundVar.
  • Removing the HsUnboundVar AST constructor and replacing it with HsHole.

Closes #25048 (closed).

Edited by Adriaan Leijnse

Merge request reports

Loading