Name: | ghc-hint |
---|---|
Version: | 0.9.0.8 |
Release: | 1.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 1039314 |
License: | BSD-3-Clause |
RPM: | ghc-hint-0.9.0.8-1.el10_0.x86_64.rpm |
Source RPM: | ghc-hint-0.9.0.8-1.el10_0.src.rpm |
Build Date: | Tue May 20 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://hackage.haskell.org/package/hint |
Summary: | A Haskell interpreter built on top of the GHC API |
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, essentially, a huge subset of the GHC API wrapped in a simpler API. |