| Name: | ghc-hint |
|---|---|
| Version: | 0.9.0.8 |
| Release: | 1.el10_0 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 1081474 |
| License: | BSD-3-Clause |
| RPM: | ghc-hint-0.9.0.8-1.el10_0.aarch64.rpm |
| Source RPM: | ghc-hint-0.9.0.8-1.el10_0.src.rpm |
| Build Date: | Tue May 20 2025 |
| Build Host: | build-ol10-aarch64.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. |