[GHC] #8878: Export runTcInteractive from TcRnDriver
GHC
ghc-devs at haskell.org
Thu Mar 13 14:19:37 UTC 2014
#8878: Export runTcInteractive from TcRnDriver
-------------------------------+-------------------------------------------
Reporter: holzensp | Owner: holzensp
Type: feature | Status: merge
request | Milestone: 7.8.1
Priority: lowest | Version: 7.8.1-rc2
Component: Compiler | Keywords:
Resolution: | Architecture: Unknown/Multiple
Operating System: | Difficulty: Easy (less than 1 hour)
Unknown/Multiple | Blocked By:
Type of failure: | Related Tickets:
None/Unknown |
Test Case: |
Blocking: |
-------------------------------+-------------------------------------------
Comment (by simonpj):
I don't really care either, but my inclination is that if it's something
we expect GHC-API clients to call, it should be exported by GHC.
You want `runTcInterative`, but presumably to make use of it you also need
some other functions in the `TcRn` monad. So probably it alone isn't
enough. Identifying a useful set would be a Good Thing.
Simon
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8878#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list