Skip to content
  • Simon Marlow's avatar
    Add parseExpr and compileParsedExpr and use them in GHC API and GHCi · d20031d4
    Simon Marlow authored
    Summary:
    This commit brings following changes and fixes:
    
     * Implement parseExpr and compileParsedExpr;
     * Fix compileExpr and dynCompilerExpr, which returned `()` for empty expr;
     * Fix :def and :cmd, which didn't work if `IO` or `String` is not in scope;
     * Use GHCiMonad instead IO in :def and :cmd;
     * Clean PrelInfo: delete dead comment and duplicate entries, add assertion.
    
    See new tests for more details.
    
    Test Plan: ./validate
    
    Reviewers: austin, dterei, simonmar
    
    Reviewed By: simonmar
    
    Subscribers: thomie, bgamari
    
    Differential Revision: https://phabricator.haskell.org/D974
    
    GHC Trac Issues: #10508
    d20031d4