-
I'm trying (to no avail) to build hyphen. I saw that commit bff0df7 apparently introduced support for ghc 9.6 and decided to give it a try within a docker container (so as to have a clean environment)…
-
Discussion about the ongoing implementation of the compiler.
keean updated
5 years ago
-
I'm just trying out `stoke` for fun/curiosity. I've built latest in `develop` branch, in a 16.04 docker container. I can't run the tests due to [this](https://github.com/StanfordPL/stoke/issues/993#is…
-
## Compiler version
3.4.0
## Minimized example
```Scala
object Test:
object Named:
opaque type Named[name : A = A
type DropNames[T x *: DropNames[xs]
case _ => T
de…
-
Using a bit of search and replace on the grammar with and adding some of the tokens from the lexer we can have a nice navigable railroad diagram.
Copy and paste the `EBNF` shown bellow on https://…
-
The end of the log file:
```
checking whether byte ordering is bigendian... no
checking assembler .cfi pseudo-op support... no
checking for _ prefix in compiled symbols... yes
checking whether …
-
I get
```
Error parsing a toolchain `.target` file from its binary representation in hadrian.
This is likely caused by a stale hadrian/shake cache
which has saved an old `.target` file th…
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#5777
From: Andrew Myers <>
Reported version: 8.6
CC: @herbelin
See also: #4649
-
@JasonGross weird minimization, the error happens on
~~~
intros Hidx; eassert (Some _ = Some _) as HS; [ | injection HS; intros Hs; apply Hs ].
~~~
but it kept the tactics and Qed after it
_Ori…
-
First and foremost, thank you for this amazing piece of software! :+1: :slightly_smiling_face:
I'm currently trying to get it working for my project on NixOS. While I was successful at getting it …