-
If a variable has value `nil` and is typecast, the result will have a non-nil value which appears to be an invalid pointer. This differs from the behavior of Go.
The following illustrate the differ…
-
Proposal to add some prelude support for zio.Config
-
```
[ 6 of 14] Compiling Control.Reference.Predefined.Containers ( Control/Reference/Predefined/Containers.hs, dist/build/Control/Reference/Predefined/Containers.o )
Control/Reference/Predefined/C…
-
I haven't investigated further. I'm not sure why the plugin would not be able to detect the `llvm` library.
```
/src: (run (shell "opam exec -- opam-dune-lint"))
main stdlib/Prelude.{bc,c…
-
I have found while writing tests that involve an API exposing dependent pairs there there is no implementation of the class `Eq` for DPairs.
I fixed my issue by implementing the instance as follows…
-
Reproducer:
```haskell
{-# LANGUAGE DataKinds #-}
{-# OPTIONS_GHC -fplugin GHC.TypeLits.Extra.Solver #-}
import GHC.TypeLits
import GHC.TypeLits.Extra
import Data.Proxy
data QQ x where
…
-
How do we design pragmas? This is needed for the design of prelude.
-
Right now, we don't add `#line` directives to the merged shader sources, which makes reading line numbers a lot harder. To make it easier to debug compilation errors, the following changes should be m…
-
Eg https://github.com/MaiaVictor/caramel/blob/master/Prelude/example_many_things.mel
-
```
Prelude Csound.Base> :doc fvdelay
Delay with feedback.
> fdelay maxDelayLength delayLength feedback balance
```
the last parameter `balance` does not exist, as the type shows:
```
Prelu…