ghc-hint - Runtime Haskell interpreter
| Website: | http://hackage.haskell.org/package/hint |
|---|---|
| License: | BSD |
| Vendor: | Fedora Project |
- Description:
This library defines an 'Interpreter' monad. It allows to load Haskell modules, browse them, type-check and evaluate strings with Haskell expressions and even coerce them into values. The library is thread-safe and type-safe (even the coercion of expressions to values). It is, esentially, a huge subset of the GHC API wrapped in a simpler API.
Packages
| ghc-hint-0.4.2.0-2.el7.src [34 KiB] |
Changelog
by Jens Petersen (2014-07-22):
- requires ghci libHSghc to compile (#1121624) |