-
In #882 (PR #1002) we used `PartialEq` analysis to analyse whether we can derive `PartialOrd`. Generally this makes sense because if `PartialEq` can be derived then `PartialOrd` can be derived too.
…
-
The screenshot explain everything
![Image of the glitch](https://i.imgur.com/ztF3Uev.jpg)
-
```
pickOneItem: async () => {
await waitForSelector(page, cssSel(SEL.BTN_TO_CHECKOUT).mod(MOD.ATTR_DISABLED));
await waitForSelector(page, cssSel(SEL.INFO_TRAY_IS_EMPTY));
await w…
-
As far as I understand, right now `generator/c` only checks if a value is a generator. Would it be possible to have a `generator/c ` that would also check that the resulting value satisfies some contr…
-
**Context:**
---------------
[Discord Thread](https://discord.com/channels/983865673656705025/1228687190133837976)
The first time setup with SST/Ion was trying to follow up the examples on https…
-
Hi! I was trying to use the library for a work project but found an apparent shortcoming that makes it a little bit tricky.
Consider this example:
```scala
//> using dep io.github.arainko::duck…
-
#### Description of the problem
```coq
Fixpoint guard {T} (n : nat) : T -> T :=
match n with
| O => fun v => v
| S n => fun v => guard n (guard n v)
end.
Axiom Expr : Set.
Defini…
-
### Dafny version
3.11.0.50201
### Code to produce this issue
```dafny
least predicate {:opaque} P(x: int) {
x == 0
}
lemma L(n: nat)
{
reveal P();
assert P(0);
}
```
#…
-
Something like:
```rust
struct MyStruct {
field1: A,
field2: B,
}
#[swift_bridge::bridge]
mod ffi {
extern "Rust" {
type MyStruct;
#[swift_bridge(as…
-
```
The TypeRef.OpaqueType() method is currently commented out. Uncommenting it
gives the following error:
INFO: Failed to get address of method public static native
llvm.binding.LLVMLibrary$LLVMTy…