-
HI.
I ran "ghc-ios Counter" as sample.
But this error occurred.
/usr/local/ghc-ios-scripts/ghc-ios: line 10: arm-apple-darwin10-ghc: command not found
/usr/local/ghc-ios-scripts/ghc-ios: line 11: i38…
-
**Describe the bug**
One dependency of Doxygen is `ghc::filesystem` which provides a C++17-style `std::filesystem` class.
**Expected behavior**
Doxygen requires C++-17. We should be able to drop …
-
### Describe the issue:
I'm shrinking about 10 optimization functions with seqLen 250 and 16 workers. Once all the workers are stopped, 1 shrink iteration is performed and then after a while I get …
-
I encountered this issue when trying to reuse coreToLogic to turn the elaborated core expression back to fixpoint expression.
```haskell
{-@ LIQUID "--reflect" @-}
{-@ reflect bad @-}
bad :: Bool
…
-
And establish consistent warning settings for the library and the test-suite.
-
This project cannot be built with GHC 8.6 as it uses the type operator ```GHC.TypeLits.*``` without enabling the ```StarIsType``` language extension.
[https://ghc.haskell.org/trac/ghc/wiki/Migratio…
-
In the following Clash circuit, the `MATRIX_APPLICATIVE_COERCE` preprocessor flag enables an `Applicative` instance for the included `Matrix` type that is equivalent to what one would get with `derivi…
-
http://hackage.haskell.org/package/ghc-imported-from
This might be a useful addition.
-
minimal session to recreate:
$ ghci
**snip**
Loading package ghc-vis-0.7.2.7 ... linking ... done.
λ> let a = [1..5]
λ> :view a
λ> let b = filter even a
λ> :view b
ghc: Unknown opcode 0
-
Given that the GHC API is subject to change between compiler releases (including moving where definitions are exported from), it would be much simpler if rather than importing GHC API modules directly…