-
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…
-
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…
-
## 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…
-
@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
…
-
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…
-
Modify Scalus compiler plugin to extract type information and put it into generated `SIR`.
It's going to be System Fw types.
Something like this:
```scala 3
enum Type:
case TyCon(...)
ca…
-
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…
-
```
Currently (Int, Bool) works as a type
constructor, but when applying to kinds,
it fails:
...
because ((,):: *0 ~> *0 ~> *0) but Levels don't match 1 =/= 0
...
I suggest to extend (,) to kinds to…