aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-hint
Commit message (Collapse)AuthorAgeFilesLines
* This library defines an Interpreter monad. It allows to load HaskellGabor Pali2010-01-044-0/+143
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). WWW: http://projects.haskell.org/hint PR: ports/142290 Submitted by: Jacula Modyun <jacula(at)gmail.com> Notes: svn path=/head/; revision=247115