-
I would like to suggest adding a high-level description about what this library can be used for.
I stumbled across this library looking for ways to [analyze dependencies for my master's thesis](htt…
-
Test Body - prtbctflbb
-
### Description of the problem
```
$ opam pin add git+https://github.com/SkySkimmer/coq.git#test-minimizer-general-tycon -y --confirm-level=unsafe-yes
This will pin the following packages: coq-core…
-
## Compiler version
3.5.1
## Minimized code
A simple macro that has a quoted type pattern for a `'Map[k, v]`:
Macro.scala:
```scala
import scala.quoted.*
object Macro:
inline def mat…
-
The following:
```haskell
module Test where
import Clash.Prelude
import Data.Constraint
import Data.Proxy
import Unsafe.Coerce
data T depth = T (BitVector depth) deriving (Generic)
ins…
-
@nikivazou here's a fairly minimal example of the issue I'm having with predicate instantiation (https://gist.github.com/gridaphobe/b2750b53f26768e3f519).
``` haskell
ghci> t
RApp { rt_tycon = List
…
-
I had a feeling like we already reported this, but can't find anything.
The compiler fails while `izumi-reflect` introspects `Array[Byte]` with an obscure stacktrace:
```
java.lang.AssertionEr…
-
Some pre-kind-checking code never made sense to me — and talking with @smarter and @sstucki, @smarter just pointed out that it's restricted to non-curried type functions. Since at least @milessabin is…
-
Using a bit of Lua like string pattern replacements and adding the tokens from the lexer manually to obtain an EBNF understood by https://www.bottlecaps.de/rr/ui we can have a nice railroad diagram (h…
-
After massaging `src/compiler/compilePhases/parser/main/iml.grm` I've got this EBNF grammar that can be used on https://www.bottlecaps.de/rr/ui to generate a railroad diagram for `smlsharp`, copy and…