-
The library uses `unsafe` FFI for the update function:
https://github.com/k0001/hs-blake3/blob/12884c59367a288e4952e7806fa08dee640a8653/blake3/lib/BLAKE3/IO.hs#L317-L319
This is rather wrong/unf…
-
Consider the following program
```agda
test : {{_ : Ord a}} → a → a → a → a
test x1 x2 x3 = min x1 y
where
y = max x2 x3
```
Agda2hs 1.2 transpiles this into
```hs
test :: Ord a =…
-
1. Queues are data structures, so I would expect the modules to be called `Data.Queue` and `Data.Queue.Ephemeral` respectively;
2. `EphemeralQueue` is an extremely unwieldy name. Calling all queues…
-
Add a pure Haskell implementation of the front-end language (cf Zdancewic, Peng).
-
The goal is to measure the performance of the different parts of the game. Here are some available options:
- [prometheus.io](https://prometheus.io), haskell packages [prometheus-client](https://ha…
-
To do this we'd need to somehow mock the MS Graph API responses and also deal with the time being different each time the programme is run. I don't think I've ever actually done this in Haskell before…
-
GF is on Hackage, which is great. But sometimes you don't need the full power of GF, but it's ok with the Haskell-only PGF runtime (subdir `src/runtime/haskell`). It even has a cabal file already (`pg…
-
Since GHC 9.8.3 has been published on the 20.10.2024, we need to do an HLS release to support the new GHC version.
Unless I am mistaken, the new release should be for the following GHC versions:
…
-
## Issue description
```
Configuring llvm-hs-4.1.0.0...
Setup: Encountered missing dependencies:
llvm-hs-pure ==4.1.0.0
builder for ‘/nix/store/wsx1h3prp03hgf32knbyq4wkhxnw86mb-llvm-hs-4.1.0.0.dr…
-
Hi all,
I'm a new maintainer of [llvm-hs](https://github.com/llvm-hs/llvm-hs), the evolution of the old `llvm-general` project. While discussing switching the GHC LLVM backend to `llvm-hs`, it was …