Björn Lötters
Björn Lötters
For the sake of completeness, an example: ```java final HttpExchange exchange = ...; // e.g. using the HttpServer from sun final PebbleTemplate template = engine.getTemplate(...); // some arbitrary template final...
Just a thought that came to my mind right now: May this be an issue with some low level code failing? I run Happy on a Mac with Apple Silicon...
Thanks for your quick response and pardon the missing informations: - Late 2023 Mac with the `M3` apple silicon - `ghc --version` prints `9.4.8` - `cabal --version` prints `3.10.2.1` -...
As the example works for you, I suppose it is somehow related to my environment. So, I tried the following steps in addition: - I installed `LLVM@15` (`llc --version` prints...
I followed your advice and tracked down the error by reducing the code in a call-by-name fashion. This was quite an adventure and the outcome is somewhat frustrating. TL;DR: I...