diff options
Diffstat (limited to 'devel/hs-hint/pkg-descr')
-rw-r--r-- | devel/hs-hint/pkg-descr | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/hs-hint/pkg-descr b/devel/hs-hint/pkg-descr index 50dc7bbe9ff6..3d4c8816ed2f 100644 --- a/devel/hs-hint/pkg-descr +++ b/devel/hs-hint/pkg-descr @@ -1,6 +1,8 @@ -This library defines an Interpreter monad. It allows to load Haskell +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). +expressions and even coerce them into values. The library is +thread-safe and type-safe (even the coercion of expressions to values). +It is, essentially, a huge subset of the GHC API wrapped in a simpler +API. WWW: http://hub.darcs.net/jcpetruzza/hint |