Skip to content
  • Zejun Wu's avatar
    Enable using qualified field of constructor in GHCi · 1d6ead7d
    Zejun Wu authored and Ben Gamari's avatar Ben Gamari committed
    The -fimplicit-import-qualified made it possible to uses qualifed names
    in GHCi without explicitly import the modules. But it didn't work for
    field of constructor, this patch fixed this issue.
    
    Test Plan:
    cd testsuite/tests/rename/ && make
    cd testsuite/tests/ghci/ && make
    
    Reviewers: austin, simonpj
    
    Reviewed By: austin, simonpj
    
    Subscribers: bgamari, thomie
    
    Differential Revision: https://phabricator.haskell.org/D900
    
    GHC Trac Issues: #10439
    1d6ead7d