-
Hello! I am trying to go through the tutorial. But I think type inference is not working at.
`{-@ LIQUID "--no-termination" @-}
module DemoLib where
import Data.Vector
loop :: Int ->…
-
cabal build raises
`ld: warning: search path '/usr/local/opt/icu4c/lib' not found`
environment:
GHC 9.10.1
cabal 3.12.1.0
_managed through ghcup_
icu4c managed through homebrew:
```
> br…
-
Research documentation-generating tools and apply them in the project.
-
### Bug Description
All my Antropic nodes are giving an Internal Server Error (not specified which one). Can this have something to do with the latest release where Anthropic Chat Model Node: Added H…
-
@mmhat Currently as we stand, we provide `print-api-$ghc_version` and `print-api` as part of every build job that is specific to an OS and a GHC version:
https://github.com/Kleidukos/print-api/rele…
-
It makes sense to compile abstract definitions to arbitrary Haskell code. (This example is not super clever.)
```agda
abstract
record Pointer : Set where
constructor mkPointer
field th…
-
Anton Setzer wrote the following: "What is highlighted by this is the fact that Agda seems to make a lot of file access […]".
Let's see:
```
$ cat Test.agda
$ strace agda Test.agda |& egrep '^…
-
**Describe the bug**
`--no-solver-benchmarks` has the same help text as `--solver-benchmarks`.
```
--solver-benchmarks Build and trial run `solver-benchmarks`
--no-solver-benchmarks Bui…
-
As we are separating `clash-cores` from `clash-compiler`, I tried to support not just Clash master but also Clash 1.8. But there are several cores in `clash-cores` that fail their test suite on Clash …
-
Right now we support 8.2, 8.4, and 8.6. When 8.8 is released, should we simply add it, or also drop explicit support for 8.2?
More generally, how long do we want to support older compiler versions?…